[FFmpeg-cvslog] avformat/mpegts: fix incorrect indentation

Aman Gupta git at videolan.org
Sat May 19 05:18:33 EEST 2018


ffmpeg | branch: release/4.0 | Aman Gupta <aman at tmm1.net> | Tue May 15 11:47:30 2018 -0700| [8336a6627045291470b54b7058ec54bd45772d29] | committer: Aman Gupta

avformat/mpegts: fix incorrect indentation

Signed-off-by: Aman Gupta <aman at tmm1.net>
(cherry picked from commit 64bf915cd851ab604cb87cd463725fd1c6460a1c)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8336a6627045291470b54b7058ec54bd45772d29
---

 libavformat/mpegts.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 8fff8d4934..9a553554db 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -1745,10 +1745,10 @@ int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type
                     }
                 }
 
-               if (st->codecpar->extradata_size < language_count * 2)
-                   return AVERROR_INVALIDDATA;
+                if (st->codecpar->extradata_size < language_count * 2)
+                    return AVERROR_INVALIDDATA;
 
-               extradata = st->codecpar->extradata;
+                extradata = st->codecpar->extradata;
 
                 for (i = 0; i < language_count; i++) {
                     language[i * 4 + 0] = get8(pp, desc_end);



More information about the ffmpeg-cvslog mailing list