[FFmpeg-cvslog] utvideoenc: Add missing AV_ prefix to codec ID

Diego Biurrun git at videolan.org
Wed Sep 12 12:09:31 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 11 17:08:05 2012 +0200| [76fa7e09f18d5efa6b9c8ec5ef8d032a85e15865] | committer: Diego Biurrun

utvideoenc: Add missing AV_ prefix to codec ID

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76fa7e09f18d5efa6b9c8ec5ef8d032a85e15865
---

 libavcodec/utvideoenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/utvideoenc.c b/libavcodec/utvideoenc.c
index 335e79b..18bdec5 100644
--- a/libavcodec/utvideoenc.c
+++ b/libavcodec/utvideoenc.c
@@ -614,7 +614,7 @@ static int utvideo_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
 AVCodec ff_utvideo_encoder = {
     .name           = "utvideo",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_UTVIDEO,
+    .id             = AV_CODEC_ID_UTVIDEO,
     .priv_data_size = sizeof(UtvideoContext),
     .init           = utvideo_encode_init,
     .encode2        = utvideo_encode_frame,



More information about the ffmpeg-cvslog mailing list