]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xan.c
aacenc: reorder resetting of cpe->common_window
[ffmpeg] / libavcodec / xan.c
index 7184faa957e0a93826e0c6cf4c011f2abd753935..662386af9a53fb2d394650cbf5445a6fc3710ef3 100644 (file)
@@ -263,7 +263,7 @@ static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame,
     prevframe_x = x + motion_x;
 
     if (prev_palette_plane == palette_plane && FFABS(curframe_index - prevframe_index) < pixel_count) {
-         avpriv_request_sample(s->avctx, "Overlapping copy\n");
+         avpriv_request_sample(s->avctx, "Overlapping copy");
          return ;
     }