]> git.sesse.net Git - ffmpeg/commit
avformat/mpegtsenc: set stream_id correctly based on KLV profile selected
authorBrad Hards <bradh@frogmouth.net>
Wed, 27 May 2020 10:02:00 +0000 (20:02 +1000)
committerMarton Balint <cus@passwd.hu>
Sun, 31 May 2020 16:43:02 +0000 (18:43 +0200)
commitb8d6d9376c4745de3b85c6a2a1faf7a0e0a19879
treeb90b3823c9eae96dbd6514da5971f682d900ff14
parentbbc0eb7fcb6dbf305b78e83b08c5930ce8b29ff6
avformat/mpegtsenc: set stream_id correctly based on KLV profile selected

Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains
the default value.

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