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

Aman Gupta git at videolan.org
Tue May 15 21:48:16 EEST 2018


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Tue May 15 11:47:30 2018 -0700| [64bf915cd851ab604cb87cd463725fd1c6460a1c] | committer: Aman Gupta

avformat/mpegts: fix incorrect indentation

Signed-off-by: Aman Gupta <aman at tmm1.net>

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

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

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 27b1c30a44..9cc00c7eae 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