[FFmpeg-cvslog] add v210 to intra only list to allow "-vcodec copy"

Philip de Nier git at videolan.org
Tue Feb 28 17:19:09 CET 2012


ffmpeg | branch: master | Philip de Nier <philipn at rd.bbc.co.uk> | Tue Feb 28 14:16:41 2012 +0000| [539a8469ae77cae0018409408457b9da2fd5a170] | committer: Michael Niedermayer

add v210 to intra only list to allow "-vcodec copy"

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=539a8469ae77cae0018409408457b9da2fd5a170
---

 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:



More information about the ffmpeg-cvslog mailing list