Mercurial > libavformat.hg
changeset 3866:f55b5e474321 libavformat
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it
correctly this time.
author | jbr |
---|---|
date | Mon, 01 Sep 2008 17:20:49 +0000 |
parents | a9b8842d33ab |
children | 7c72855fd8bc |
files | raw.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/raw.c Mon Sep 01 15:50:12 2008 +0000 +++ b/raw.c Mon Sep 01 17:20:49 2008 +0000 @@ -487,7 +487,7 @@ } #endif -#if (ENABLE_AC3_DEMUXER || ENABLE_EAC3_DEMUXER) +#if defined(CONFIG_AC3_DEMUXER) || defined(CONFIG_EAC3_DEMUXER) static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id) { int max_frames, first_frames = 0, frames;