[FFmpeg-devel] [PATCH] av_log_missing_feature_once

Alexander Strange astrange
Thu Mar 18 22:45:41 CET 2010


This prevents HE-AACv2 files from printing warnings about parametric stereo constantly.

It was suggested that every av_log_missing_feature call should only happen once, but that would mean adding a variable for each one (whether static or a context variable) and I think most of them are rare anyway.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-a-macro-to-help-avoid-repeatedly-printing-missin.patch
Type: application/octet-stream
Size: 1447 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100318/09da1f9a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-aac-Use-av_log_missing_feature_once-for-parametric-s.patch
Type: application/octet-stream
Size: 889 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100318/09da1f9a/attachment-0001.obj>



More information about the ffmpeg-devel mailing list