From b9a82d40686ea5aa548f0673a4f934b97e898485 Mon Sep 17 00:00:00 2001 From: beveloper Date: Sun, 15 Aug 2004 14:31:55 +0000 Subject: [PATCH] fixed broken debug info printing git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8579 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/avcodec/avcodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/avcodec/avcodec.cpp b/src/add-ons/media/plugins/avcodec/avcodec.cpp index 09f3c64310..64e48b29b8 100644 --- a/src/add-ons/media/plugins/avcodec/avcodec.cpp +++ b/src/add-ons/media/plugins/avcodec/avcodec.cpp @@ -458,7 +458,7 @@ avCodec::Decode(void *out_buffer, int64 *out_frameCount, #ifdef DO_PROFILING prof_t2 = system_time(); #endif - PRINT(("ONE FRAME OUT !! len=%ld sz=%ld (%s)\n", len, fSize, pixfmt_to_string(ffc->pix_fmt))); + PRINT(("ONE FRAME OUT !! len=%ld size=%ld (%s)\n", len, size, pixfmt_to_string(ffc->pix_fmt))); /* opicture.data[0] = (uint8_t *)out_buffer; opicture.linesize[0] = fOutputVideoFormat.display.bytes_per_row;