mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/rv60: RealVideo 6.0 decoder
Reviewed-by: Anton Khirnov <anton@khirnov.net> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Peter Ross <pross@xvid.org>
This commit is contained in:
parent
ae8295417a
commit
33802e7c32
15 changed files with 5080 additions and 1 deletions
|
|
@ -296,6 +296,7 @@ extern const FFCodec ff_rv20_encoder;
|
|||
extern const FFCodec ff_rv20_decoder;
|
||||
extern const FFCodec ff_rv30_decoder;
|
||||
extern const FFCodec ff_rv40_decoder;
|
||||
extern const FFCodec ff_rv60_decoder;
|
||||
extern const FFCodec ff_s302m_encoder;
|
||||
extern const FFCodec ff_s302m_decoder;
|
||||
extern const FFCodec ff_sanm_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue