mpv/video/decode
wm4 9f4261de65 core: add common function to initialize AVPacket
Audio and video had their own (very similar) functions to initialize an
AVPacket (ffmpeg's packet struct) from a demux_packet (mplayer's packet
struct). Add a common function for these.

Also use this function for sd_lavc_conv. This is actually a functional
change, as some libavfilter subtitle demuxers add weird out-of-band
stuff as side-data.
2013-06-03 22:40:07 +02:00
..
dec_video.c dec_video: get rid of two global variables 2013-05-21 00:45:42 +02:00
dec_video.h video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO 2013-05-18 17:32:37 +02:00
lavc.h video: make use of libavcodec refcounting 2013-03-13 23:51:30 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c dec_video: get rid of two global variables 2013-05-21 00:45:42 +02:00
vd.h video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO 2013-05-18 17:32:37 +02:00
vd_lavc.c core: add common function to initialize AVPacket 2013-06-03 22:40:07 +02:00