Changes between Initial Version and Version 1 of Ticket #9747, comment 3


Ignore:
Timestamp:
Apr 25, 2011, 3:43:10 AM (13 years ago)
Author:
beirdo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9747, comment 3

    initial v1  
    44
    55One: don't try to dereference ->info if it is NULL
    6 Two: use av_new_stream instead of av_add_stream.  The contents are nearly
    7     identical, but the former actually allocates the ->info.
     6
     7Two: use av_new_stream instead of av_add_stream.  The contents are nearly identical, but the former actually allocates the ->info.
    88
    99I don't think the ->info part is actually used by MHEG itself, but enough of
     
    1313Fixes #9747
    1414 Changeset: cec7c2bbd7702eb40f30fe0deb308a80af50f0bc
     15
     16(edited formatting only)