projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167d3b1
)
prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
author
Diego Biurrun
<diego@biurrun.de>
Thu, 22 Sep 2011 22:10:29 +0000
(
00:10
+0200)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 22 Sep 2011 23:42:14 +0000
(
01:42
+0200)
libavformat/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
05d4fda
..
17b342e
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-852,6
+852,7
@@
static int is_intra_only(AVCodecContext *enc){
case CODEC_ID_MJPEG:
case CODEC_ID_MJPEGB:
case CODEC_ID_LJPEG:
+ case CODEC_ID_PRORES:
case CODEC_ID_RAWVIDEO:
case CODEC_ID_DVVIDEO:
case CODEC_ID_HUFFYUV: