Commit b774fdd7 authored by Baptiste Coudurier's avatar Baptiste Coudurier

dnxhd codec is intra only

Originally committed as revision 15672 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 98a8ce49
......@@ -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;
}
......
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