AVCodecInternal Struct Reference

#include <internal.h>


Data Fields

int buffer_count
 internal buffer count used by default get/release/reget_buffer().
InternalBufferbuffer
 internal buffers used by default get/release/reget_buffer().
int is_copy
 Whether the parent AVCodecContext is a copy of the context which had init() called on it.


Detailed Description

Definition at line 45 of file internal.h.


Field Documentation

internal buffers used by default get/release/reget_buffer().

Definition at line 56 of file internal.h.

Referenced by audio_free_buffers(), audio_get_buffer(), avcodec_default_release_buffer(), video_free_buffers(), and video_get_buffer().

internal buffer count used by default get/release/reget_buffer().

Definition at line 50 of file internal.h.

Referenced by avcodec_default_release_buffer(), video_free_buffers(), and video_get_buffer().

Whether the parent AVCodecContext is a copy of the context which had init() called on it.

This is used by multithreading - shared tables and picture pointers should be freed from the original context only.

Definition at line 64 of file internal.h.

Referenced by decode_init_thread_copy(), frame_thread_init(), mimic_decode_end(), MPV_common_end(), vp3_decode_end(), and vp8_decode_flush_impl().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:43:55 2012 for FFmpeg by  doxygen 1.5.8