Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-10-14 16:08:49 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-10-15 16:47:16 +0300
commit2d59159508c5c1830cc5da907a9454e229077320 (patch)
tree76eaee539ee134840199cfd88330b9d482615e90 /libavcodec/libx264.c
parent9ef748173a4e0e58d40afaf38397783cd2537eaa (diff)
lavc: AV-prefix a few left out capabilities
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r--libavcodec/libx264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 50de007302..b9ec1500c9 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -786,7 +786,7 @@ AVCodec ff_libx262_encoder = {
.init = X264_init,
.encode2 = X264_frame,
.close = X264_close,
- .capabilities = CODEC_CAP_DELAY | CODEC_CAP_AUTO_THREADS,
+ .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AUTO_THREADS,
.priv_class = &X262_class,
.defaults = x264_defaults,
.pix_fmts = pix_fmts_8bit,