]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: replace magic descriptor_tag values with defines
authorBrad Hards <bradh@frogmouth.net>
Sat, 10 Oct 2020 06:04:30 +0000 (17:04 +1100)
committerMarton Balint <cus@passwd.hu>
Fri, 16 Oct 2020 21:31:45 +0000 (23:31 +0200)
commitfcec7a6848e79d86bb63208e5d75c6a09acd3a84
tree7b0d61656a5296ec8a66433e2850966340cf45aa
parent15a74d21f3d7e8e6eca475903ef6252343861483
avformat/mpegts: replace magic descriptor_tag values with defines

This takes the used values from ISO/IEC 13818-1 Table 2-45 and adds
them to the mpegts.h header. No functional changes.

Signed-off-by: Brad Hards <bradh@frogmouth.net>
Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpegts.c
libavformat/mpegts.h
libavformat/mpegtsenc.c