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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Philip de Nier 2012-02-28 14:16:41 +00:00 committed by Michael Niedermayer
parent 1ebc5e71a0
commit 539a8469ae
1 changed files with 1 additions and 0 deletions

View File

@ -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: