mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 21:50:37 +00:00
Reindent after r22766.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>. Originally committed as revision 22767 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
96070b8b5c
commit
cb92a9c038
@ -65,11 +65,11 @@ static void xiph_free_context(PayloadContext * data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int xiph_handle_packet(AVFormatContext * ctx,
|
static int xiph_handle_packet(AVFormatContext * ctx,
|
||||||
PayloadContext * data,
|
PayloadContext * data,
|
||||||
AVStream * st,
|
AVStream * st,
|
||||||
AVPacket * pkt,
|
AVPacket * pkt,
|
||||||
uint32_t * timestamp,
|
uint32_t * timestamp,
|
||||||
const uint8_t * buf, int len, int flags)
|
const uint8_t * buf, int len, int flags)
|
||||||
{
|
{
|
||||||
|
|
||||||
int ident, fragmented, tdt, num_pkts, pkt_len;
|
int ident, fragmented, tdt, num_pkts, pkt_len;
|
||||||
@ -286,7 +286,7 @@ parse_packed_headers(const uint8_t * packed_headers,
|
|||||||
|
|
||||||
static int xiph_parse_fmtp_pair(AVCodecContext * codec,
|
static int xiph_parse_fmtp_pair(AVCodecContext * codec,
|
||||||
PayloadContext *xiph_data,
|
PayloadContext *xiph_data,
|
||||||
char *attr, char *value)
|
char *attr, char *value)
|
||||||
{
|
{
|
||||||
int result = 0;
|
int result = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user