This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
added parsing
Originally committed as revision 2498 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
21 years ago
parent
4986a42929
commit
ba0ce88a2d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavformat/mp3.c
+ 2
- 1
libavformat/mp3.c
View File
@@ -253,7 +253,8 @@ static int mp3_read_header(AVFormatContext *s,
st->codec.codec_type = CODEC_TYPE_AUDIO;
st->codec.codec_id = CODEC_ID_MP3;
st->need_parsing = 1;
/* try to get the TAG */
if (!url_is_streamed(&s->pb)) {
/* XXX: change that */
Write
Preview
Loading…
Cancel
Save