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:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-21 20:19:54 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-03-21 20:19:58 +0300
commite845b9573df1cc20dcfa466cec07de351d9cc754 (patch)
tree70144d2816043082179d57c30c012afd6454ffcc /libavcodec/h264.h
parenteb058a8dc5acf01860bd103d0ae64e68715226bc (diff)
parent7505c8dfba255f8e6c6dbb574d0cec91da16f24d (diff)
Merge commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d'
* commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d': h264_cavlc: constify all uses of H264Context Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index f34b63f310..c271f16d60 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -875,7 +875,7 @@ void ff_h264_decode_init_vlc(void);
* Decode a macroblock
* @return 0 if OK, ER_AC_ERROR / ER_DC_ERROR / ER_MV_ERROR on error
*/
-int ff_h264_decode_mb_cavlc(H264Context *h, H264SliceContext *sl);
+int ff_h264_decode_mb_cavlc(const H264Context *h, H264SliceContext *sl);
/**
* Decode a CABAC coded macroblock