#4588: MPEG-TS private streams are not labeled as AVMEDIA_DATA
----------------------------------+--------------------------------------
             Reporter:  wolfgang  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 When decoding an MPEG-TS file, private streams in this file are not
 recognized as data streams.
 * After calling {{{avformat_open_input()}}}, the stream type of the
 private stream is AVMEDIA_UNKNOWN and the codec id is AV_CODEC_ID_NONE.
 * After further calling {{{avformat_find_stream_info()}}} the stream type
 and codec id change to whatever fits best.
 This becomes a problem, if there is neither audio- nor video data within
 the stream but rather some private data.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4588>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to