This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add av_cold attribute to decode_init()
Originally committed as revision 15267 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak
17 years ago
parent
c96a764c72
commit
8022a8ebc2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ra144.c
+ 1
- 1
libavcodec/ra144.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save