You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
harmless typo
Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -544,8 +544,8 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
|
|||||||
pes = add_pes_stream(ts, pid, stream_type);
|
pes = add_pes_stream(ts, pid, stream_type);
|
||||||
if (pes)
|
if (pes)
|
||||||
st = new_pes_av_stream(pes, 0);
|
st = new_pes_av_stream(pes, 0);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
/* we ignore the other streams */
|
/* we ignore the other streams */
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user