diff options
author | Aman Gupta <aman@tmm1.net> | 2018-05-09 12:43:38 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2018-05-18 19:16:35 -0700 |
commit | 7ad163c258f2068961433c15a7281d25c5a302ba (patch) | |
tree | 6d75eac718bb9d1a4e56cce6794ac13d24b9b110 /libavformat | |
parent | ef28571efe234453133f12c00e5d32300518cfe8 (diff) | |
download | ffmpeg-7ad163c258f2068961433c15a7281d25c5a302ba.tar.gz |
avformat/mpegts: clean up whitespace
Signed-off-by: Aman Gupta <aman@tmm1.net>
(cherry picked from commit 07d9c31055e6e07629506246d68d93b84bec1507)
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mpegts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index c6a0228253..c09ba638c6 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -170,8 +170,8 @@ static const AVOption options[] = { {.i64 = 1}, 0, 1, AV_OPT_FLAG_DECODING_PARAM }, {"ts_packetsize", "output option carrying the raw packet size", offsetof(MpegTSContext, raw_packet_size), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 0, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY }, - {"scan_all_pmts", "scan and combine all PMTs", offsetof(MpegTSContext, scan_all_pmts), AV_OPT_TYPE_BOOL, - { .i64 = -1}, -1, 1, AV_OPT_FLAG_DECODING_PARAM }, + {"scan_all_pmts", "scan and combine all PMTs", offsetof(MpegTSContext, scan_all_pmts), AV_OPT_TYPE_BOOL, + {.i64 = -1}, -1, 1, AV_OPT_FLAG_DECODING_PARAM }, {"skip_changes", "skip changing / adding streams / programs", offsetof(MpegTSContext, skip_changes), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, 0 }, {"skip_clear", "skip clearing programs", offsetof(MpegTSContext, skip_clear), AV_OPT_TYPE_BOOL, |