indent
authorMåns Rullgård <mans@mansr.com>
Sun, 8 Jul 2007 23:15:12 +0000 (23:15 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 8 Jul 2007 23:15:12 +0000 (23:15 +0000)
Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudio_parser.c

index 4eb2ea2..e7cb743 100644 (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