]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asv1.c
aacenc: Write correct length for long identification strings.
[ffmpeg] / libavcodec / asv1.c
index 97c5e681fe704790b56f5569edc439c68b5117d8..8db23c07efe799983bcb5ba39557d696624fa4fe 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);