mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Add missing ';'.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
8cbf0827e1
commit
3bd7a7149f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue