]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asv1.c
Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue"
[ffmpeg] / libavcodec / asv1.c
index a53d238fdde424aaa54599a026615655253b9dd4..ab5ac8d68e318965a99ecb77bf6a11f6137f7536 100644 (file)
@@ -497,7 +497,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
     }
     emms_c();
 
-    align_put_bits(&a->pb);
+    avpriv_align_put_bits(&a->pb);
     while(put_bits_count(&a->pb)&31)
         put_bits(&a->pb, 8, 0);