This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add missing ';'.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n2.3
Reimar Döffinger
11 years ago
parent
8cbf0827e1
commit
3bd7a7149f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save