]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/8bps.c
Spelling and puctuation
[ffmpeg] / libavcodec / 8bps.c
index 23883457dd02cc546bf50648b29969247d9f0daf..57c4ec19398273e72d0f70053a16a7a5fe0564f1 100644 (file)
@@ -148,7 +148,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const
  * Init 8BPS decoder
  *
  */
-static int decode_init(AVCodecContext *avctx)
+static av_cold int decode_init(AVCodecContext *avctx)
 {
         EightBpsContext * const c = avctx->priv_data;
 
@@ -208,7 +208,7 @@ static int decode_init(AVCodecContext *avctx)
  * Uninit 8BPS decoder
  *
  */
-static int decode_end(AVCodecContext *avctx)
+static av_cold int decode_end(AVCodecContext *avctx)
 {
         EightBpsContext * const c = avctx->priv_data;