1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-14 00:11:38 +02:00

revert r26302

Originally committed as revision 26305 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross 2011-01-10 22:25:45 +00:00
parent 8219782a6d
commit 74093bb593

View File

@ -113,8 +113,6 @@ static int process_audio_header_elements(AVFormatContext *s)
int inSubheader;
uint8_t byte;
byte = get_byte(pb);
if (!byte)
break;
switch (byte) {
case 0xFD: