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
mp3dec: remove commented out cruft.
tags/n1.0
Anton Khirnov
13 years ago
parent
b3fa478823
commit
61f8bb74f3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/mp3dec.c
+ 0
- 1
libavformat/mp3dec.c
View File
@@ -186,7 +186,6 @@ static int mp3_read_header(AVFormatContext *s)
static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
{
int ret, size;
// AVStream *st = s->streams[0];
size= MP3_PACKET_SIZE;
Write
Preview
Loading…
Cancel
Save