Philip de Nier <[email protected]> added the comment:

Patch #6:

Add V210 to list of intra-frame coding formats to support "-vcodec copy".

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1470>
_____________________________________________________
Index: libavformat/utils.c
===================================================================
--- libavformat/utils.c	(revision 21481)
+++ libavformat/utils.c	(working copy)
@@ -722,6 +722,7 @@
         case CODEC_ID_MJPEGB:
         case CODEC_ID_LJPEG:
         case CODEC_ID_RAWVIDEO:
+        case CODEC_ID_V210:
         case CODEC_ID_DVVIDEO:
         case CODEC_ID_HUFFYUV:
         case CODEC_ID_FFVHUFF:

Reply via email to