Skip to content

Commit 99271c1

Browse files
committed
remove hex_dump call
1 parent bcd0e8f commit 99271c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

transcoder/transcode/transcode_codec.c

-7
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,6 @@ int transcode_codec_init_decoder( transcode_codec_t * pContext,transcode_mediaIn
184184
codec_ctx->sample_aspect_ratio.num,
185185
codec_ctx->sample_aspect_ratio.den,
186186
codec_ctx->extradata_size);
187-
188-
if(codec_ctx->extradata_size > 0) {
189-
LOGGER0(CATEGORY_CODEC,AV_LOG_INFO, "dump extradata:");
190-
191-
hex_dump(CATEGORY_CODEC,AV_LOG_INFO,
192-
codec_ctx->extradata,codec_ctx->extradata + codec_ctx->extradata_size);
193-
}
194187
}
195188
if (codec_ctx->codec_type==AVMEDIA_TYPE_AUDIO) {
196189
char temp[128];

0 commit comments

Comments
 (0)