[FFmpeg-devel] [PATCH] move MOVContext from mov.c to isom.h

Ronald S. Bultje rsbultje
Tue Mar 3 18:17:54 CET 2009


Hi,

$subj. Reason is that RTSP streams containing X-QT payloads
("quicktime embedded in RTP") have a quicktime-header which I'd like
to parse in order to read the stream. That's great, and I have a patch
that does that, but in order to actually read relevant values from the
MOVContext after reading those items, I need access to these
structures in rtp_qt.c (to be added in another patch). Therefore, this
patch moves MOVContext and all embedded structures to the isom.h
header file.

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move-movctx.patch
Type: application/octet-stream
Size: 6467 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090303/9455288b/attachment.obj>



More information about the ffmpeg-devel mailing list