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
lavc.h
lavc_dr1.c
vd.c dec_video: get rid of two global variables 2013-05-21 00:45:42 +02:00
vd.h
vd_lavc.c core: add common function to initialize AVPacket 2013-06-03 22:40:07 +02:00