diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-14 15:08:49 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-15 15:47:16 +0200 |
commit | 2d59159508c5c1830cc5da907a9454e229077320 (patch) | |
tree | 76eaee539ee134840199cfd88330b9d482615e90 /libavcodec/libx264.c | |
parent | 9ef748173a4e0e58d40afaf38397783cd2537eaa (diff) | |
download | ffmpeg-2d59159508c5c1830cc5da907a9454e229077320.tar.gz |
lavc: AV-prefix a few left out capabilities
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r-- | libavcodec/libx264.c | 2 |
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, |