indent
Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		@@ -146,8 +146,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1,
 | 
				
			|||||||
                        s->frame_size = -1;
 | 
					                        s->frame_size = -1;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
                if(s->header_count > 1)
 | 
					                    if(s->header_count > 1)
 | 
				
			||||||
                    avctx->sample_rate= sr;
 | 
					                        avctx->sample_rate= sr;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } else
 | 
					        } else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user