[FFmpeg-devel] [PATCH] RV30/40 decoder
Roberto Togni
rxt
Wed Sep 19 22:31:47 CEST 2007
On Tue, 18 Sep 2007 00:41:42 +0200
Roberto Togni <rxt at rtogni.it> wrote:
[...]
> Matroska stores the frame in a similar way (they use
> little endian for the values iirc):
>
> uint32_t chunk_number-1
Fix: the chunk_number is uint8_t, not uint32_t as i wrote.
> uint8_t video_data
> uint32_t 1 //< flag?
> uint32_t offset_to_1st_chunk // counting from video data
> uint32_t 1
> uint32_t offset_to_2nd_chunk
> ...
> uint32_t 1
> uint32_t offset_to_nth_chunk
>
>
Btw, is there any official spec on how to store realvideo frames in
matroska? http://www.matroska.org/technical/specs/codecid/index.html
does not say anything useful.
Ciao,
Roberto
--
Better is the enemy of good enough.
More information about the ffmpeg-devel
mailing list