[FFmpeg-soc] [soc]: r4450 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Tue Jun 16 12:25:25 CEST 2009
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)
{
More information about the FFmpeg-soc
mailing list