[FFmpeg-trac] #2170(avformat:reopened): problem using av_packet_merge_side_data

FFmpeg trac at avcodec.org
Mon May 20 17:56:31 CEST 2013


#2170: problem using av_packet_merge_side_data
------------------------------------+------------------------------------
             Reporter:  trynitron   |                    Owner:
                 Type:  defect      |                   Status:  reopened
             Priority:  normal      |                Component:  avformat
              Version:  1.1.1       |               Resolution:
             Keywords:  regression  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by michael):

 * priority:  important => normal


Comment:

 Replying to [comment:11 trynitron]:
 > I don't use any kind of containers for now, just h264 packets, written
 with AVpacket stuff. What I want to do is just to put some arbitrary data
 with a compress video picture, so in the same AVpacket.
 >
 > Is it clear for you ?

 no
 if you use no container than you will never call av_write_frame or
 av_interleaved_write_frame and nothing
 would make any change to your side data that you added. If you do call
 either of these functions then you do use a container and i would guess
 this container does not support storing the side data that you added.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2170#comment:12>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list