You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Add missing ';'.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user