Commit 3bd7a714 authored by Reimar Döffinger's avatar Reimar Döffinger

Add missing ';'.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 8cbf0827
......@@ -87,7 +87,7 @@ typedef struct MpegTSWrite {
int copyts;
int tables_version;
int omit_video_pes_length
int omit_video_pes_length;
} MpegTSWrite;
/* a PES packet header is generated every DEFAULT_PES_HEADER_FREQ packets */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment