[Ffmpeg-devel] [PATCH] CRYO APC demuxer

Alex Beregszaszi alex
Sat Apr 7 14:18:20 CEST 2007


Hi,

> Attached is a patch implementing a demuxer for CRYO APC, a simple audio
> format using ADPCM encoding.

+    if (av_get_packet(&s->pb, pkt, 4096) <= 0)
+        return AVERROR_IO;

You should read packets based on sample_rate and channels

--
Alex Beregszaszi






More information about the ffmpeg-devel mailing list