]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
Indentation
[ffmpeg] / libavcodec / h263dec.c
index 7bb8204008198240752a3fea3788ff7906c71c21..86a577b63bba8a940dd2ad631cb2072dcd20c157 100644 (file)
@@ -35,7 +35,7 @@
 //#define DEBUG
 //#define PRINT_FRAME_TIME
 
-int ff_h263_decode_init(AVCodecContext *avctx)
+av_cold int ff_h263_decode_init(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;
 
@@ -119,7 +119,7 @@ int ff_h263_decode_init(AVCodecContext *avctx)
     return 0;
 }
 
-int ff_h263_decode_end(AVCodecContext *avctx)
+av_cold int ff_h263_decode_end(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;