1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00

10l found by Mark Berryman <mplayer@theberrymans.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-10-14 09:59:46 +00:00
parent 390c6858fd
commit 7ebac3e90b

View File

@ -24,7 +24,7 @@
int smjpeg_check_file(demuxer_t* demuxer){
int orig_pos = stream_tell(demuxer->stream);
char buf[7];
char buf[8];
int version;
mp_msg(MSGT_DEMUX, MSGL_V, "Checking for SMJPEG\n");