diff options
Diffstat (limited to 'rotord/src/libavwrapper.cpp')
| -rw-r--r-- | rotord/src/libavwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp index aa4ddba..e70fddc 100644 --- a/rotord/src/libavwrapper.cpp +++ b/rotord/src/libavwrapper.cpp @@ -474,7 +474,7 @@ bool libav::exporter::open_video(AVFormatContext *oc, AVCodec *codec, AVStream * } if (ret < 0) { //string e=av_err2str(ret); - cerr<<"Could not open video codec"<<endl; + cerr<<"Could not open video codec, avcodec_open2 returned "<<ret<<endl; return false; } |
