Commit 74093bb5 authored by Peter Ross's avatar Peter Ross

revert r26302

Originally committed as revision 26305 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8219782a
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment