Browse Source

revert r26302

Originally committed as revision 26305 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Peter Ross 15 years ago
parent
commit
74093bb593
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/electronicarts.c

+ 0
- 2
libavformat/electronicarts.c 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:


Loading…
Cancel
Save