fix tabs/shiftwidth
This commit is contained in:
parent
5eebc50bfb
commit
b41a3b1b25
|
@ -86,8 +86,8 @@ VideoStore::VideoStore(const char *filename_in, const char *format_in,
|
|||
|
||||
ret = avcodec_copy_context(video_st->codec, input_st->codec);
|
||||
if (ret < 0) {
|
||||
Fatal("Unable to copy input video context to output video context "
|
||||
"%s\n", av_make_error_string(ret).c_str());
|
||||
Fatal("Unable to copy input video context to output video context %s\n",
|
||||
av_make_error_string(ret).c_str());
|
||||
}
|
||||
|
||||
video_st->codec->codec_tag = 0;
|
||||
|
|
Loading…
Reference in New Issue