[FFmpeg-devel] [PATCH 2/3] spdifenc: add support for TrueHD

Anssi Hannula anssi.hannula
Tue Nov 16 17:23:30 CET 2010


On 16.11.2010 13:31, Carl Eugen Hoyos wrote:
> Anssi Hannula <anssi.hannula <at> iki.fi> writes:
> 
>> +    av_log(s, AV_LOG_ERROR, "TrueHD frame too big, %d bytes\n", pkt->size);
>> +    av_log_ask_for_sample(s, NULL);
> 
> Any reason these lines are not merged (or doesn't this work for ask_for_samples)?

Well, we couldn't print the pkt->size then.
(also av_log_ask_for_sample is AV_LOG_WARNING, but dunno if that matters)

-- 
Anssi Hannula



More information about the ffmpeg-devel mailing list