summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-03 11:32:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-03 11:32:04 +0200
commit2ee29b5fb936764785059eac391bc474cb16ac0c (patch)
tree056206188ce39eb822ae013f644433f9c6db111a /libavcodec/utils.c
parent88ef7f6d2ba773d01ed246d18e08fd9fcb3c98b5 (diff)
avcodec: move lowres down with the next ABI bump and add accessors
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 9dbd1cfc41..d73e619b91 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -982,6 +982,7 @@ void avcodec_free_frame(AVFrame **frame)
MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase)
MAKE_ACCESSORS(AVCodecContext, codec, const AVCodecDescriptor *, codec_descriptor)
+MAKE_ACCESSORS(AVCodecContext, codec, int, lowres)
static void avcodec_get_subtitle_defaults(AVSubtitle *sub)
{