Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index a8ffdde978..0ed57a26c1 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -342,7 +342,7 @@ static int decode_rbsp_trailing(H264Context *h, const uint8_t *src)
int v = *src;
int r;
- tprintf(h->avctx, "rbsp trailing %X\n", v);
+ ff_tlog(h->avctx, "rbsp trailing %X\n", v);
for (r = 1; r < 9; r++) {
if (v & 1)