Author: cmcq
Date: Wed Jul 29 11:10:00 2009
New Revision: 4828
Log:
Mark an internal function as static
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Wed Jul 29 09:08:12 2009 (r4827)
+++ amr/amrnbfloatdec.c Wed Jul 29 11:10:00 2009 (r4828)
@@ -127,8 +127,8 @@ static av_cold int amrnb_decode_init(AVC
*
* @return the frame mode
*/
-enum Mode decode_bitstream(AMRContext *p, const uint8_t *buf, int buf_size,
- enum Mode *speech_mode)
+static enum Mode decode_bitstream(AMRContext *p, const uint8_t *buf,
+ int buf_size, enum Mode *speech_mode)
{
enum Mode mode;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc