Commit db465be4 authored by Mans Rullgard's avatar Mans Rullgard

lavf: add mdec to is_intra_only() list

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 0ff0af73
......@@ -791,6 +791,7 @@ static int is_intra_only(AVCodecContext *enc){
case CODEC_ID_VCR1:
case CODEC_ID_DNXHD:
case CODEC_ID_JPEG2000:
case CODEC_ID_MDEC:
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