Forgotten in 6b6f7db81932f94876ff4bcfd2da0582b8ab897e.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavcodec/libopencore-amr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index fd9e6e6343..641a156129 100644
--- a/libavcodec/libopencore-amr.c
+++ b/libavcodec/libopencore-amr.c
@@ -106,8 +106,8 @@ static int amr_nb_decode_frame(AVCodecContext *avctx,
AVFrame *frame,
enum Mode dec_mode;
int packet_size, ret;
- ff_dlog(avctx, "amr_decode_frame buf=%p buf_size=%d frame_count=%d!!\n",
- buf, buf_size, avctx->frame_number);
+ ff_dlog(avctx, "amr_decode_frame buf=%p buf_size=%d
frame_count=%"PRId64"!!\n",
+ buf, buf_size, avctx->frame_num);
/* get output buffer */
frame->nb_samples = 160;
--
2.34.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".