[FFmpeg-trac] #5308(avcodec:new): dvbsubtitles always uses page_id of 1

FFmpeg trac at avcodec.org
Mon Mar 7 15:08:49 CET 2016


#5308: dvbsubtitles always uses page_id of 1
-------------------------------------+-------------------------------------
             Reporter:  joolzg       |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:  avcodec      |                  Version:  git-
             Keywords:  dvbsubs      |  master
  mpegts                             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I have a stream which uses composition_page_id of 2 and Ancillary_page_id
 of 2

 but in dvbsub.c:258 we have the following
      page_id = 1;

 This value should be updated from the mpegtsenc.c when it creates the PMT
 so the values follow through the chain.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5308>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list