Skip to content

Commit

Permalink
Merge pull request #205 from kaltura/master-remove-hex-dump
Browse files Browse the repository at this point in the history
remove hex_dump call
  • Loading branch information
igorshevach authored May 7, 2024
2 parents bcd0e8f + 99271c1 commit 5b80aaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions transcoder/transcode/transcode_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@ int transcode_codec_init_decoder( transcode_codec_t * pContext,transcode_mediaIn
codec_ctx->sample_aspect_ratio.num,
codec_ctx->sample_aspect_ratio.den,
codec_ctx->extradata_size);

if(codec_ctx->extradata_size > 0) {
LOGGER0(CATEGORY_CODEC,AV_LOG_INFO, "dump extradata:");

hex_dump(CATEGORY_CODEC,AV_LOG_INFO,
codec_ctx->extradata,codec_ctx->extradata + codec_ctx->extradata_size);
}
}
if (codec_ctx->codec_type==AVMEDIA_TYPE_AUDIO) {
char temp[128];
Expand Down

0 comments on commit 5b80aaf

Please sign in to comment.