Hi there, just some issues with avifile-0.6:
1. After calling IAviReadStream::SkipTo(double pos) with an asf file, I sometimes get the following message: WARNING: incomplete fragment found ( offset 3, length 565 ), packet timestamp 8.7 AviReadStreamV::ReadFrame WARNING: Read() failed (stream pos = 240, stream length = 18789 ) After that, no video frames can be read. Is this a known issue? SkipTo with avis works fine. If the SkipTo function is not called, the asf file is played correctly. 2. When calling 'make dist' (gmerlin packages are created with this method), the following files are not included in the tarball: plugins/libwin32/loader/ldt_keeper.c plugins/libac3pass/fillplugins.h plugins/libvorbis/fillplugins.h plugins/libffmpeg/libavcodec/*.h plugins/libffmpeg/libavcodec/i386/*.h plugins/libwin32/libwin32.h samples/mjpeg_plugin/fillplugins.h Although you might use another method to create tarballs, adding these files to noinst_HEADERS or EXTRA_DIST in the Makefile.am's would be a GREAT HELP for everyone, who wants to inlclude avifile in another package. 3. Is there a way to get the number of audio samples in one audio frame? With StreamInfo, I can get the total number of audio frames, but the total number of samples can (as far as I know) only be calculated from the total time and the samplerate, which doesn't give sample accuracy. Best regards Burkhard _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
