diff libx264.c @ 5103:1deb3e53da27 libavcodec

Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
author diego
date Wed, 06 Jun 2007 08:51:41 +0000
parents c3f2379b80db
children 744e91a36a23
line wrap: on
line diff
--- a/libx264.c	Wed Jun 06 08:41:45 2007 +0000
+++ b/libx264.c	Wed Jun 06 08:51:41 2007 +0000
@@ -287,8 +287,8 @@
     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),