Age | Commit message (Collapse) | Author |
|
--HG--
rename : src/combined/ffmpeg/ff_dvaudio_decoder.c => src/audio_dec/ff_dvaudio_decoder.c
rename : src/combined/ffmpeg/ffmpeg_encoder.c => src/dxr3/ffmpeg_encoder.c
|
|
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental.
libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0
|
|
out of the FFmpeg decoding plugin and directly inside dxr3 plugin.
This way there is no dlopen() required to open the plugin to read the
init function from, there is no need for wrapper init/close functions,
and the dxr3_encoder_init() function is no more exported by the plugin.
--HG--
rename : src/combined/ffmpeg/ffmpeg_encoder.c => src/dxr3/ffmpeg_encoder.c
|