forked from FFmpeg/FFmpeg
dnxhd codec is intra only
Originally committed as revision 15672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
98a8ce4964
commit
b774fdd7a4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue