Browse Source

Add missing ';'.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n2.3
Reimar Döffinger 11 years ago
parent
commit
3bd7a7149f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpegtsenc.c

+ 1
- 1
libavformat/mpegtsenc.c View File

@@ -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 */


Loading…
Cancel
Save