mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6'
* commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6': ratecontrol: K&R cosmetic formatting rtpdec: Remove a useless todo comment Conflicts: libavcodec/ratecontrol.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
15daa8f9dd
File diff suppressed because it is too large
Load Diff
@ -482,7 +482,7 @@ RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
|
||||
s->ic = s1;
|
||||
s->st = st;
|
||||
s->queue_size = queue_size;
|
||||
rtp_init_statistics(&s->statistics, 0); // do we know the initial sequence from sdp?
|
||||
rtp_init_statistics(&s->statistics, 0);
|
||||
if (!strcmp(ff_rtp_enc_name(payload_type), "MP2T")) {
|
||||
s->ts = ff_mpegts_parse_open(s->ic);
|
||||
if (s->ts == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user