We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vlc_fourcc_GetCodec
1 parent 1f9ebe0 commit 8462f79Copy full SHA for 8462f79
modules/demux/avi/avi.c
@@ -713,7 +713,7 @@ static int Open( vlc_object_t * p_this )
713
}
714
else
715
{
716
- tk->fmt.i_codec = p_bih->biCompression;
+ tk->fmt.i_codec = vlc_fourcc_GetCodec(VIDEO_ES, p_bih->biCompression);
717
if( tk->fmt.i_codec == VLC_CODEC_MP4V &&
718
!strncasecmp( (char*)&p_strh->i_handler, "XVID", 4 ) )
719
0 commit comments