|
FFmpeg
|
#include <stdint.h>#include "libavutil/common.h"#include "libavutil/frame.h"#include "libavutil/rational.h"#include "libavcodec/packet.h"Go to the source code of this file.
Data Structures | |
| struct | Timestamp |
Functions | |
| static int | err_merge (int err0, int err1) |
| Merge two return codes - return one of the error codes if at least one of them was negative, 0 otherwise. More... | |
| static int | clone_side_data (AVFrameSideData ***dst, int *nb_dst, AVFrameSideData *const *src, int nb_src, unsigned int flags) |
| Wrapper calling av_frame_side_data_clone() in a loop for all source entries. More... | |
|
inlinestatic |
Merge two return codes - return one of the error codes if at least one of them was negative, 0 otherwise.
Definition at line 39 of file ffmpeg_utils.h.
Referenced by check_written(), dec_done(), demux_done(), enc_done(), filter_done(), ifile_open(), input_thread(), of_write_trailer(), sch_stop(), send_to_enc_sq(), task_wrapper(), and transcode().
|
inlinestatic |
Wrapper calling av_frame_side_data_clone() in a loop for all source entries.
It does not clear dst beforehand.
Definition at line 50 of file ffmpeg_utils.h.
Referenced by close_output(), dec_open(), enc_open(), fg_output_step(), frame_data_ensure(), and send_eof().
1.8.17