mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avcodec/pthread_frame: Remove unused enum values
No longer used since the removal of FF_API_THREAD_SAFE_CALLBACKS
in e0786a8eeb
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
7b2ed4d54a
commit
aa8e3f0342
@ -55,16 +55,6 @@ enum {
|
||||
STATE_INPUT_READY,
|
||||
///< Set before the codec has called ff_thread_finish_setup().
|
||||
STATE_SETTING_UP,
|
||||
/**
|
||||
* Set when the codec calls get_buffer().
|
||||
* State is returned to STATE_SETTING_UP afterwards.
|
||||
*/
|
||||
STATE_GET_BUFFER,
|
||||
/**
|
||||
* Set when the codec calls get_format().
|
||||
* State is returned to STATE_SETTING_UP afterwards.
|
||||
*/
|
||||
STATE_GET_FORMAT,
|
||||
///< Set after the codec has called ff_thread_finish_setup().
|
||||
STATE_SETUP_FINISHED,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user