[FFmpeg-cvslog] lavf/oggopus: Fixing a log message

Vignesh Venkatasubramanian git at videolan.org
Tue Sep 17 00:21:46 CEST 2013


ffmpeg | branch: master | Vignesh Venkatasubramanian <vigneshv at google.com> | Mon Sep 16 13:47:21 2013 -0700| [bcac6b438e67946199c75c189bba76de6c04dac4] | committer: Michael Niedermayer

lavf/oggopus: Fixing a log message

Re-wording a log message that's no longer true and changing its
severity level to debug.

Signed-off by: Vignesh Venkatasubramanian <vigneshv at google.com>

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcac6b438e67946199c75c189bba76de6c04dac4
---

 libavformat/oggparseopus.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/oggparseopus.c b/libavformat/oggparseopus.c
index 8e53860..965951f 100644
--- a/libavformat/oggparseopus.c
+++ b/libavformat/oggparseopus.c
@@ -119,8 +119,8 @@ static int opus_packet(AVFormatContext *avf, int idx)
         if (skip > 0) {
             os->pduration = skip < os->pduration ? os->pduration - skip : 1;
             os->end_trimming = skip;
-            av_log(avf, AV_LOG_WARNING,
-                   "Last packet must be truncated to %d (unimplemented).\n",
+            av_log(avf, AV_LOG_DEBUG,
+                   "Last packet was truncated to %d due to end trimming.\n",
                    os->pduration);
         }
     }



More information about the ffmpeg-cvslog mailing list