Commit b64c0866 authored by Laurent Aimar's avatar Laurent Aimar

Fixed some avi with jpeg video.

parent b1dd2eb4
......@@ -1989,6 +1989,7 @@ static void AVI_ParseStreamHeader( vlc_fourcc_t i_id,
break;
case AVITWOCC_dc:
case AVITWOCC_db:
case AVITWOCC_AC:
SET_PTR( pi_type, VIDEO_ES );
break;
default:
......
......@@ -295,6 +295,7 @@ void AVI_ChunkFreeRoot( stream_t *, avi_chunk_t *p_chk );
#define AVITWOCC_db VLC_TWOCC('d','b')
#define AVITWOCC_dc VLC_TWOCC('d','c')
#define AVITWOCC_pc VLC_TWOCC('p','c')
#define AVITWOCC_AC VLC_TWOCC('A','C')
/* *** codex stuff *** */
/* Microsoft RLE video */
......
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