[Ffmpeg-devel] THP decoder

Diego Biurrun diego
Sat Apr 7 14:38:12 CEST 2007


On Sat, Apr 07, 2007 at 04:19:54PM +0400, Kislyakov Maxim wrote:
> 
> This is the 7th try of submitting patch.
> 
> --- libavformat/thp.c   (revision 0)
> +++ libavformat/thp.c   (revision 0)
> @@ -0,0 +1,159 @@
> +typedef struct ThpDemuxerContext  {
> +    int maxAudioSamples;              /// maximal number of samples in one frame

maximum

> +    int imageSize;                    /// size of image frame of this frame

This comment is not good, "frame of this frame"?

> +    int audioSize;                    /// size of one audio frame of this frame (only if file contains audio)

same here

Diego




More information about the ffmpeg-devel mailing list