OSDN Git Service

h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO.
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 3 Mar 2013 01:03:38 +0000 (17:03 -0800)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 3 Mar 2013 11:19:29 +0000 (12:19 +0100)
commitd98aa7cdc19b6392ab3a29b11305104338166ddc
treeee17a53b851272f8a64d4fdf0e1a73cc023ff29a
parentd4e649cca6de9e5b25f8ebb28c82a95bd24a9e9c
h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO.

The code is located in mpegvideo, and it's likely that in a minimal
config, we don't want to include debug info anyway.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h264.c