projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add and use ff_pixfmt_list_420.
[ffmpeg.git]
/
libavcodec
/
rv40.c
diff --git
a/libavcodec/rv40.c
b/libavcodec/rv40.c
index
fdab13c
..
8e1a470
100644
(file)
--- a/
libavcodec/rv40.c
+++ b/
libavcodec/rv40.c
@@
-656,4
+656,5
@@
AVCodec rv40_decoder = {
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.flush = ff_mpeg_flush,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
+ .pix_fmts= ff_pixfmt_list_420,
};