summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.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/libx264.c
parent2986a4f83614a20174b37c47025e038a8a8c2a05 (diff)
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/libx264.c')
-rw-r--r--libavcodec/libx264.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index c9df820f5d..ebe74d7e3c 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -287,8 +287,8 @@ X264_init(AVCodecContext *avctx)
return 0;
}
-AVCodec x264_encoder = {
- .name = "h264",
+AVCodec libx264_encoder = {
+ .name = "libx264",
.type = CODEC_TYPE_VIDEO,
.id = CODEC_ID_H264,
.priv_data_size = sizeof(X264Context),