]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/msvideo1.c
Make most of E-AC-3 work without breaking regression tests.
[ffmpeg] / libavcodec / msvideo1.c
index 3377ce8789130b47a7014136965eb8126cf9b0ec..31b10d5d50b7830987b94b8f7fa7ad05e1db0036 100644 (file)
@@ -57,7 +57,7 @@ typedef struct Msvideo1Context {
 
 } Msvideo1Context;
 
-static int msvideo1_decode_init(AVCodecContext *avctx)
+static av_cold int msvideo1_decode_init(AVCodecContext *avctx)
 {
     Msvideo1Context *s = avctx->priv_data;
 
@@ -319,7 +319,7 @@ static int msvideo1_decode_frame(AVCodecContext *avctx,
     return buf_size;
 }
 
-static int msvideo1_decode_end(AVCodecContext *avctx)
+static av_cold int msvideo1_decode_end(AVCodecContext *avctx)
 {
     Msvideo1Context *s = avctx->priv_data;