[FFmpeg-devel] [PATCH 7/7] add v210 to intra only list to allow "-vcodec copy"

Philip de Nier philipn at rd.bbc.co.uk
Tue Feb 28 15:16:41 CET 2012


---
 libavformat/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 51a37bd..44cef9e 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -820,6 +820,7 @@ static int is_intra_only(AVCodecContext *enc){
         case CODEC_ID_LJPEG:
         case CODEC_ID_PRORES:
         case CODEC_ID_RAWVIDEO:
+        case CODEC_ID_V210:
         case CODEC_ID_DVVIDEO:
         case CODEC_ID_HUFFYUV:
         case CODEC_ID_FFVHUFF:
-- 
1.7.3.4



More information about the ffmpeg-devel mailing list