mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Fix forgotten braces from r11039
Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
48f7e1aeee
commit
badbe09af3
@ -609,10 +609,10 @@ ff_rm_parse_packet (AVFormatContext *s, AVStream *st, int len, AVPacket *pkt,
|
||||
av_get_packet(pb, pkt, rm->sub_packet_lengths[0]);
|
||||
*flags = 2; // Mark first packet as keyframe
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
av_get_packet(pb, pkt, len);
|
||||
rm_ac3_swap_bytes(st, pkt);
|
||||
|
||||
}
|
||||
} else
|
||||
av_get_packet(pb, pkt, len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user