Changes between Version 1 and Version 2 of Ticket #3586, comment 8
- Timestamp:
- Apr 24, 2014, 10:28:18 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3586, comment 8
v1 v2 1 1 Note that you can also convert between merged and separate side data with av_packet_merge_side_data() and av_packet_split_side_data(). 2 2 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. )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. Edit2: and I should learn to read!)


