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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/3/merge
Philip de Nier 13 years ago committed by Michael Niedermayer
parent 1ebc5e71a0
commit 539a8469ae
  1. 1
      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:

Loading…
Cancel
Save