projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676ea8f
)
utvideoenc: Add missing AV_ prefix to codec ID
author
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Sep 2012 15:08:05 +0000
(17:08 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 11 Sep 2012 15:40:38 +0000
(17:40 +0200)
libavcodec/utvideoenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/utvideoenc.c
b/libavcodec/utvideoenc.c
index
335e79b
..
18bdec5
100644
(file)
--- 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,