summaryrefslogtreecommitdiffstats
path: root/libavcodec/libxvidff.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-06 08:51:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-06 08:51:41 +0000
commit1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9 (patch)
treea299669146479512cfb5dd4b8fb3aac30c1c3d69 /libavcodec/libxvidff.c
parent2986a4f83614a20174b37c47025e038a8a8c2a05 (diff)
downloadffmpeg-streaming-1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9.zip
ffmpeg-streaming-1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9.tar.gz
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libxvidff.c')
-rw-r--r--libavcodec/libxvidff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c
index 506af91..d29177b 100644
--- a/libavcodec/libxvidff.c
+++ b/libavcodec/libxvidff.c
@@ -755,8 +755,8 @@ int xvid_ff_2pass(void *ref, int cmd, void *p1, void *p2) {
/**
* XviD codec definition for libavcodec.
*/
-AVCodec xvid_encoder = {
- "xvid",
+AVCodec libxvid_encoder = {
+ "libxvid",
CODEC_TYPE_VIDEO,
CODEC_ID_XVID,
sizeof(xvid_context_t),
OpenPOWER on IntegriCloud