[FFmpeg-devel] [PATCH] * mpegts demuxer should recognize private streams

Michael Niedermayer michaelni at gmx.at
Fri May 29 22:56:39 CEST 2015


On Fri, May 29, 2015 at 10:45:47PM +0200, Wolfgang Lorenz wrote:
> The patch addresses this problem:
>   https://lists.ffmpeg.org/pipermail/libav-user/2014-September/007475.html
> 
> What it does is this:
> * Except stream type 0x06 as a private stream. (AVMEDIA_TYPE_DATA, AV_CODEC_ID_NONE)
>   (It was necessary to convince mpegts_set_stream_info(), that AV_CODEC_ID_NONE
>    might be a valid codec id.)
> * Handle stream id 0xbd (private_stream_1). This stream uses PES headers, but needs
>   no further parsing (as there is no codec defined).

this breaks maks fate
TEST    aac-latm_stereo_to_51
TEST    aac-aref-encode
Test aac-latm_000000001180bc60 failed. Look at tests/data/fate/aac-latm_000000001180bc60.err for details.
make: *** [fate-aac-latm_000000001180bc60] Error 1
make: *** Waiting for unfinished jobs....
Test aac-latm_stereo_to_51 failed. Look at tests/data/fate/aac-latm_stereo_to_51.err for details.
make: *** [fate-aac-latm_stereo_to_51] Error 1

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150529/0b5a3aae/attachment.asc>


More information about the ffmpeg-devel mailing list