Author: reynaldo
Date: Sun Aug 26 07:57:39 2007
New Revision: 1193

Log:
TRIVIAL: Removes a debug message and corrects one commentary

Modified:
   qcelp/qcelp_parser.c

Modified: qcelp/qcelp_parser.c
==============================================================================
--- qcelp/qcelp_parser.c        (original)
+++ qcelp/qcelp_parser.c        Sun Aug 26 07:57:39 2007
@@ -38,11 +38,8 @@
 static int qcelp_find_frame_end(ParseContext *pc, const uint8_t *buf,
        int buf_size)
 {
-
-    av_log(pc, AV_LOG_ERROR, "buf_size:%d buf[0]:%d\n", buf_size, buf[0]);
-
     /**
-     * Lest try and see if this packet holds exactly one frame
+     * Lets try and see if this packet holds exactly one frame
      */
 
     switch(buf_size)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to