Changes between Version 1 and Version 2 of Ticket #3586, comment 8


Ignore:
Timestamp:
Apr 24, 2014, 10:28:18 AM (12 years ago)
Author:
gjdfgh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3586, comment 8

    v1 v2  
    11Note that you can also convert between merged and separate side data with av_packet_merge_side_data() and av_packet_split_side_data().
    22
    3 Does calling av_packet_split_side_data() on the packet before writing it to the muxer help? (It obviously should, but I'm not sure when exactly libavcodec "merges" the side data. Edit: oh, it's simply called at the end of the avcodec_encode_video2 implementation.)
     3Does calling av_packet_split_side_data() on the packet before writing it to the muxer help? (It obviously should, but I'm not sure when exactly libavcodec "merges" the side data. Edit: oh, it's simply called at the end of the avcodec_encode_video2 implementation. Edit2: and I should learn to read!)