ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg

change
parent 0a10a015
......@@ -352,7 +352,7 @@ int E_(InitVideoDec)( decoder_t *p_dec, AVCodecContext *p_context,
p_sys->p_context->sub_id );
}
}
else if( p_dec->fmt_in.i_codec != VLC_FOURCC( 'a', 'v', 'c', '1' ) )
else
{
p_sys->p_context->extradata_size = i_size;
p_sys->p_context->extradata =
......
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