diff mbox series

[FFmpeg-devel,v4,2/4] avformat/mpegts: Fix indentation for stream_id constants

Message ID 20210425025221.35696-2-xqq@xqq.im
State Accepted
Commit f01286957ee2a2a6cafcdaa909f7c355427d32db
Headers show
Series [FFmpeg-devel,v4,1/4] avformat/mpegts: Add missing constants for MPEG-TS stream_id definitions | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

zheng qian April 25, 2021, 2:52 a.m. UTC
Signed-off-by: zheng qian <xqq@xqq.im>
---
 libavformat/mpegts.h | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
diff mbox series

Patch

diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
index 224282b3ed..c75ba08f29 100644
--- a/libavformat/mpegts.h
+++ b/libavformat/mpegts.h
@@ -138,18 +138,18 @@ 
 #define STREAM_TYPE_AUDIO_EAC3      0x87
 
 /* ISO/IEC 13818-1 Table 2-22 */
-#define STREAM_ID_PROGRAM_STREAM_MAP 0xbc
-#define STREAM_ID_PRIVATE_STREAM_1   0xbd
-#define STREAM_ID_PADDING_STREAM     0xbe
-#define STREAM_ID_PRIVATE_STREAM_2   0xbf
-#define STREAM_ID_AUDIO_STREAM_0     0xc0
-#define STREAM_ID_VIDEO_STREAM_0     0xe0
-#define STREAM_ID_ECM_STREAM         0xf0
-#define STREAM_ID_EMM_STREAM         0xf1
-#define STREAM_ID_DSMCC_STREAM       0xf2
-#define STREAM_ID_TYPE_E_STREAM      0xf8
-#define STREAM_ID_METADATA_STREAM    0xfc
-#define STREAM_ID_EXTENDED_STREAM_ID 0xfd
+#define STREAM_ID_PROGRAM_STREAM_MAP        0xbc
+#define STREAM_ID_PRIVATE_STREAM_1          0xbd
+#define STREAM_ID_PADDING_STREAM            0xbe
+#define STREAM_ID_PRIVATE_STREAM_2          0xbf
+#define STREAM_ID_AUDIO_STREAM_0            0xc0
+#define STREAM_ID_VIDEO_STREAM_0            0xe0
+#define STREAM_ID_ECM_STREAM                0xf0
+#define STREAM_ID_EMM_STREAM                0xf1
+#define STREAM_ID_DSMCC_STREAM              0xf2
+#define STREAM_ID_TYPE_E_STREAM             0xf8
+#define STREAM_ID_METADATA_STREAM           0xfc
+#define STREAM_ID_EXTENDED_STREAM_ID        0xfd
 #define STREAM_ID_PROGRAM_STREAM_DIRECTORY  0xff
 
 /* ISO/IEC 13818-1 Table 2-45 */