dnxhd codec is intra only

Originally committed as revision 15672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-10-23 17:30:36 +00:00
parent 98a8ce4964
commit b774fdd7a4
1 changed files with 1 additions and 0 deletions

View File

@ -746,6 +746,7 @@ static int is_intra_only(AVCodecContext *enc){
case CODEC_ID_ASV1:
case CODEC_ID_ASV2:
case CODEC_ID_VCR1:
case CODEC_ID_DNXHD:
return 1;
default: break;
}