aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2012-07-20 23:28:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-21 05:48:31 +0200
commit016a4720094a9ffa9d97e20a8d25dd4642732a58 (patch)
treec41ea47734e49980a876d02da97835d4d27ad265 /libavcodec/utils.c
parent296c1b6bd1fa41b2c09dd378a991e3cde0f5d6d3 (diff)
downloadffmpeg-016a4720094a9ffa9d97e20a8d25dd4642732a58.tar.gz
avcodec: add decode_error_flags field to AVFrame
Signed-off-by: Marton Balint <cus@passwd.hu> 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 e73d72abba..53fda1f9b0 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -726,6 +726,7 @@ MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos)
MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout)
MAKE_ACCESSORS(AVFrame, frame, int, sample_rate)
MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
+MAKE_ACCESSORS(AVFrame, frame, int, decode_error_flags)
MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase)