OSDN Git Service

lavc: replace AVCodecContext.encode with subtitle-specific callback
authorAnton Khirnov <anton@khirnov.net>
Sat, 18 Aug 2012 14:41:24 +0000 (16:41 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 17 Sep 2012 13:48:20 +0000 (15:48 +0200)
commit466b39efaf09adecc7314eaba5904b0ee8442528
treeaeb8839317065d0df14454019d13f96ad77f1d92
parent9f64c8219ada4bd48927abaa5eebd7ff9ba95f61
lavc: replace AVCodecContext.encode with subtitle-specific callback

AVCodecContext.encode is currently used only for subtitles, encode2 is
used for audio and video.
libavcodec/assenc.c
libavcodec/avcodec.h
libavcodec/dvbsub.c
libavcodec/dvdsubenc.c
libavcodec/utils.c
libavcodec/xsubenc.c