]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion1.c
avformat/hlsenc: add logging context to log
[ffmpeg] / libavcodec / truemotion1.c
index e1824384c5eeeb4c6c4481eaa731ca995447e037..bcfe473852ef3ccfb4cff7e58aff14e81789a924 100644 (file)
@@ -882,7 +882,7 @@ static int truemotion1_decode_frame(AVCodecContext *avctx,
     if ((ret = truemotion1_decode_header(s)) < 0)
         return ret;
 
-    if ((ret = ff_reget_buffer(avctx, s->frame)) < 0)
+    if ((ret = ff_reget_buffer(avctx, s->frame, 0)) < 0)
         return ret;
 
     if (compression_types[s->compression].algorithm == ALGO_RGB24H) {