Browse Source

utvideoenc: Add missing AV_ prefix to codec ID

tags/n1.0
Diego Biurrun 13 years ago
parent
commit
76fa7e09f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/utvideoenc.c

+ 1
- 1
libavcodec/utvideoenc.c View File

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


Loading…
Cancel
Save