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
This commit is contained in:
Diego Biurrun
2007-06-06 08:51:41 +00:00
parent 2986a4f836
commit 1cc60c47c5
8 changed files with 30 additions and 30 deletions

View File

@@ -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),