Skip to content
Snippets Groups Projects
Commit 04ec18b8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

harmless typo

Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 28f03d04
No related branches found
No related tags found
No related merge requests found
......@@ -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);
if (pes)
st = new_pes_av_stream(pes, 0);
break;
}
break;
default:
/* we ignore the other streams */
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment