Commit 229d72aa authored by bcoudurier's avatar bcoudurier

cosmetics, indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9926 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c18408c
...@@ -698,8 +698,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -698,8 +698,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
ast->codec->sample_rate = 11025 << (sample_rate_code-1); ast->codec->sample_rate = 11025 << (sample_rate_code-1);
av_set_pts_info(ast, 64, 1, ast->codec->sample_rate); av_set_pts_info(ast, 64, 1, ast->codec->sample_rate);
len -= 4; len -= 4;
} else } else if (tag == TAG_VIDEOFRAME) {
if (tag == TAG_VIDEOFRAME) {
int ch_id = get_le16(pb); int ch_id = get_le16(pb);
len -= 2; len -= 2;
for( i=0; i<s->nb_streams; i++ ) { for( i=0; i<s->nb_streams; i++ ) {
......
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