1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-12 18:25:57 +02:00

Add missing ';'.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2014-04-22 20:40:31 +02:00
parent 8cbf0827e1
commit 3bd7a7149f

View File

@ -87,7 +87,7 @@ typedef struct MpegTSWrite {
int copyts; int copyts;
int tables_version; int tables_version;
int omit_video_pes_length int omit_video_pes_length;
} MpegTSWrite; } MpegTSWrite;
/* a PES packet header is generated every DEFAULT_PES_HEADER_FREQ packets */ /* a PES packet header is generated every DEFAULT_PES_HEADER_FREQ packets */