Author: thilo.borgmann
Date: Tue Jun 16 12:25:25 2009
New Revision: 4450
Log:
Removed av_cold from the declaration of decode_frame since this function is
called often.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Mon Jun 15 23:52:46 2009 (r4449)
+++ als/alsdec.c Tue Jun 16 12:25:25 2009 (r4450)
@@ -35,7 +35,7 @@ typedef struct {
/** Decodes an ALS frame.
*/
-static av_cold int decode_frame(AVCodecContext *avctx,
+static int decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
AVPacket *avpkt)
{
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc