Commit 539a8469 authored by Philip de Nier's avatar Philip de Nier Committed by Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1ebc5e71
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment