]> git.sesse.net Git - ffmpeg/commit
mpegaudiodec: Don't use a nonexistent log context for av_dlog
authorMartin Storsjö <martin@martin.st>
Wed, 16 Nov 2011 09:33:53 +0000 (11:33 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 16 Nov 2011 10:01:32 +0000 (12:01 +0200)
commit268fb3f9851590aed724dba83d3999c8369c929f
tree44cec139e7362765b5de6fb916188697b063efac
parent18579f08e73d8b072952b7e388c55ab407db0ec7
mpegaudiodec: Don't use a nonexistent log context for av_dlog

This fixes builds with DEBUG defined, broken since
1158745a2d12966c58e83b66243a42f20190812e.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/mpegaudiodec.c