[FFmpeg-devel] [PATCH] Psygnosis YOP demuxer

compn tempn
Sun Aug 9 16:01:03 CEST 2009


On Sun, 9 Aug 2009 03:10:36 -0400, Thomas Higdon wrote:
>[yop-demux.diff  text/x-patch (8.2KB)]
>Index: Changelog
>===================================================================
>--- Changelog	(revision 19609)
>+++ Changelog	(working copy)
>@@ -4,6 +4,7 @@
> 
> version <next>:
> 
>+- Add Psygnosis YOP demuxer
> - PB-frame decoding for H.263
> - deprecated vhook subsystem removed
> - deprecated old scaler removed

new changes go to the bottom of the top-most group

new version
  oldest feature
  older feature
  old feature
  new feature
  newer feature
  newest feature

old version
...

>+    /* The Westwood IMA ADPCM decoder is compatible with the with the YOP
>+     * audio. */

unneeded comment

>+#define YOP_SIGNATURE "YO"
>+#define YOP_AUDIO_SAMPLE_RATE (22050)
>+#define YOP_AUDIO_SAMPLES_PER_FRAME (1840)
>+#define YOP_AUDIO_NUM_CHANNELS (1)
>+
>+#define YOP_SECTOR_SIZE (2048)

unneeded parentheses

that this isnt a full review, just a quick glance.
please post the decoder.

-compn



More information about the ffmpeg-devel mailing list