Browse Source

indent

Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 18 years ago
parent
commit
d8e76049d6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/mpegaudio_parser.c

+ 2
- 2
libavcodec/mpegaudio_parser.c View File

@@ -146,8 +146,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1,
s->frame_size = -1;
}
#endif
if(s->header_count > 1)
avctx->sample_rate= sr;
if(s->header_count > 1)
avctx->sample_rate= sr;
}
}
} else


Loading…
Cancel
Save