You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix two small typos in comment
Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -253,7 +253,7 @@ static int mp3_read_probe(AVProbeData *p)
|
|||||||
AVCodecContext avctx;
|
AVCodecContext avctx;
|
||||||
|
|
||||||
if(id3_match(p->buf))
|
if(id3_match(p->buf))
|
||||||
return AVPROBE_SCORE_MAX/2+1; // this must be less then mpeg-ps because some retards put id3 tage before mpeg-ps files
|
return AVPROBE_SCORE_MAX/2+1; // this must be less than mpeg-ps because some retards put id3 tags before mpeg-ps files
|
||||||
|
|
||||||
max_frames = 0;
|
max_frames = 0;
|
||||||
buf = p->buf;
|
buf = p->buf;
|
||||||
|
Reference in New Issue
Block a user