From d40e73de321ccccd06ca06d4f733b6f2c971a37d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 1 Oct 2013 14:09:54 +0100 Subject: avcodec error messages --- rotord/src/libavwrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/libavwrapper.h') diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h index 4365899..275425d 100644 --- a/rotord/src/libavwrapper.h +++ b/rotord/src/libavwrapper.h @@ -182,7 +182,7 @@ namespace libav { float get_audio_step(){return audiostep;}; AVStream *add_stream(AVFormatContext *oc, AVCodec **codec,enum AVCodecID codec_id); //AVCodecID - void open_video(AVFormatContext *oc, AVCodec *codec, AVStream *st); + bool open_video(AVFormatContext *oc, AVCodec *codec, AVStream *st); int open_audio(AVFormatContext *oc, AVCodec *codec, AVStream *st); void write_audio_frame(AVFormatContext *oc, AVStream *st,uint16_t *samples); -- cgit v1.2.3