[FFmpeg-devel] [BUG] raw flac detection failure

Benjamin Larsson banan
Sun Feb 10 21:56:19 CET 2008


Hi, detection of raw flac is broken. It worked before.

./ffmpeg -i ../ffmpegref/test.flac
FFmpeg version SVN-r11901, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration:
  libavutil version: 49.6.0
  libavcodec version: 51.50.0
  libavformat version: 52.7.0
  libavdevice version: 52.0.0
  built on Feb 10 2008 20:57:14, gcc: 4.1.3 20070929 (prerelease)
(Ubuntu 4.1.2-16ubuntu2)
../ffmpegref/test.flac: Unknown format

vs

ffmpeg -i ../ffmpegref/test.flac
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler
--enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg
--enable-libgsm --enable-dc1394 --disable-debug --enable-shared
--prefix=/usr
  libavutil version: 1d.49.3.0
  libavcodec version: 1d.51.38.0
  libavformat version: 1d.51.10.0
  built on Jun  3 2007 21:05:21, gcc: 4.1.3 20070528 (prerelease)
(Ubuntu 4.1.2-9ubuntu2)
[flac @ 0x2b6249a03160]Could not find codec parameters (Audio: flac)
../ffmpegref/test.flac: could not find codec parameters

And I know it's SVN-rUNKNOWN.

My guess would be that the probing and scoring isn't working as it should.

MvH
Benjamin Larsson




More information about the ffmpeg-devel mailing list