git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96a764
)
Add av_cold attribute to decode_init()
author
Vitor Sessak
<vitor1001@gmail.com>
Mon, 8 Sep 2008 18:14:37 +0000
(18:14 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Mon, 8 Sep 2008 18:14:37 +0000
(18:14 +0000)
Originally committed as revision 15267 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144.c
b/libavcodec/ra144.c
index
f86e0bf
..
ed60a15
100644
(file)
--- a/
libavcodec/ra144.c
+++ b/
libavcodec/ra144.c
@@
-51,7
+51,7
@@
typedef struct {
uint16_t adapt_cb[146+2];
} RA144Context;
-static int ra144_decode_init(AVCodecContext * avctx)
+static
av_cold
int ra144_decode_init(AVCodecContext * avctx)
{
RA144Context *ractx = avctx->priv_data;