[FFmpeg-cvslog] ffserver: remove stale debug stanza

Reynaldo H. Verdejo Pinochet git at videolan.org
Sun Mar 8 22:25:51 CET 2015


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Sun Mar  8 14:19:16 2015 -0300| [e10b2a4dc00ced101eb0bfbe38aee88fee88c563] | committer: Reynaldo H. Verdejo Pinochet

ffserver: remove stale debug stanza

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>

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

 ffserver.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index e57c488..4803b96 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -3474,7 +3474,6 @@ static void extract_mpeg4_header(AVFormatContext *infile)
                 if (p[0] == 0x00 && p[1] == 0x00 &&
                     p[2] == 0x01 && p[3] == 0xb6) {
                     size = p - pkt.data;
-                    //                    av_hex_dump_log(infile, AV_LOG_DEBUG, pkt.data, size);
                     st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE);
                     st->codec->extradata_size = size;
                     memcpy(st->codec->extradata, pkt.data, size);



More information about the ffmpeg-cvslog mailing list