Silence ffmpeg camera warnings
This commit is contained in:
parent
f85b738258
commit
1f5804cb59
|
@ -49,8 +49,8 @@ typedef struct ffmpeg_camera
|
||||||
sthread_t *poll_thread;
|
sthread_t *poll_thread;
|
||||||
AVFormatContext *format_context;
|
AVFormatContext *format_context;
|
||||||
AVCodecContext *decoder_context;
|
AVCodecContext *decoder_context;
|
||||||
const AVCodec *decoder;
|
AVCodec *decoder;
|
||||||
const AVInputFormat *input_format; /* owned by ffmpeg, don't free it */
|
AVInputFormat *input_format; /* owned by ffmpeg, don't free it */
|
||||||
AVDictionary *options;
|
AVDictionary *options;
|
||||||
AVPacket *packet;
|
AVPacket *packet;
|
||||||
AVFrame *camera_frame;
|
AVFrame *camera_frame;
|
||||||
|
|
Loading…
Reference in New Issue