[FFmpeg-devel] [FFmpeg-commits] Frame-based multithreading framework using pthreads

Michael Niedermayer michaelni
Fri Feb 11 02:58:59 CET 2011


On Wed, Feb 09, 2011 at 04:36:23PM +0100, Alexander Strange  wrote:
[...]
> Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
[...]
> @@ -1027,7 +1031,20 @@ typedef struct AVPanScan{
>       * - decoding: Read by user.\
>       */\
>      int64_t pkt_dts;\
> -
> +\
> +    /**\
> +     * the AVCodecContext which ff_thread_get_buffer() was last called on\
> +     * - encoding: Set by libavcodec.\
> +     * - decoding: Set by libavcodec.\
> +     */\
> +    struct AVCodecContext *owner;\
> +\
> +    /**\
> +     * used by multithreading to store frame-specific info\
> +     * - encoding: Set by libavcodec.\
> +     * - decoding: Set by libavcodec.\
> +     */\
> +    void *thread_opaque;

trailing \ missing


[...]
--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is not what we do, but why we do it that matters.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110211/44dbb10c/attachment.pgp>



More information about the ffmpeg-devel mailing list