|
FFmpeg
|
#include <ccfifo.h>
Data Fields | |
| struct AVFifo * | cc_608_fifo |
| struct AVFifo * | cc_708_fifo |
| AVRational | framerate |
| int | expected_cc_count |
| int | expected_608 |
| int | cc_detected |
| int | passthrough |
| int | passthrough_warning |
| void * | log_ctx |
| struct AVFifo* CCFifo::cc_608_fifo |
Definition at line 41 of file ccfifo.h.
Referenced by ff_ccfifo_extractbytes(), ff_ccfifo_init(), ff_ccfifo_injectbytes(), and ff_ccfifo_uninit().
| struct AVFifo* CCFifo::cc_708_fifo |
Definition at line 42 of file ccfifo.h.
Referenced by ff_ccfifo_extractbytes(), ff_ccfifo_init(), ff_ccfifo_injectbytes(), and ff_ccfifo_uninit().
| AVRational CCFifo::framerate |
Definition at line 43 of file ccfifo.h.
Referenced by ff_ccfifo_extractbytes(), and ff_ccfifo_init().
| int CCFifo::expected_cc_count |
Definition at line 44 of file ccfifo.h.
Referenced by ff_ccfifo_getoutputsize(), ff_ccfifo_init(), and ff_ccfifo_injectbytes().
| int CCFifo::expected_608 |
Definition at line 45 of file ccfifo.h.
Referenced by ff_ccfifo_init(), and ff_ccfifo_injectbytes().
| int CCFifo::cc_detected |
Definition at line 46 of file ccfifo.h.
Referenced by ff_ccfifo_ccdetected(), ff_ccfifo_extractbytes(), and ff_ccfifo_inject().
| int CCFifo::passthrough |
Definition at line 47 of file ccfifo.h.
Referenced by ff_ccfifo_extract(), ff_ccfifo_extractbytes(), ff_ccfifo_init(), ff_ccfifo_inject(), and ff_ccfifo_injectbytes().
| int CCFifo::passthrough_warning |
Definition at line 48 of file ccfifo.h.
Referenced by ff_ccfifo_extractbytes().
| void* CCFifo::log_ctx |
Definition at line 49 of file ccfifo.h.
Referenced by ff_ccfifo_extractbytes(), and ff_ccfifo_init().
1.8.17