Browse Source

ffserver: remove stale debug stanza

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
tags/n2.7
Reynaldo H. Verdejo Pinochet 10 years ago
parent
commit
e10b2a4dc0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffserver.c

+ 0
- 1
ffserver.c View File

@@ -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);


Loading…
Cancel
Save