fix tabs/shiftwidth

This commit is contained in:
Isaac Connor 2016-04-29 09:01:28 -04:00
parent 5eebc50bfb
commit b41a3b1b25
1 changed files with 267 additions and 267 deletions

View File

@ -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;