]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()
authorzheng qian <xqq@xqq.im>
Sun, 25 Apr 2021 02:52:21 +0000 (11:52 +0900)
committerMarton Balint <cus@passwd.hu>
Wed, 28 Apr 2021 19:35:46 +0000 (21:35 +0200)
commit86a71d897f4112feb7fc87b2e9bfbe0e10b23517
tree9191acbeb0ae42b4ec8bc8a59eb79911f1e2805d
parent6ad61e30a16d338eab23b649365813fb150066ef
avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()

Fix indentation caused by the added stream_id check.

Signed-off-by: zheng qian <xqq@xqq.im>
Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpegtsenc.c