ffmpeg: Fix typo and copyright notice
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2009-2010, Stephan Amßus <[email protected]>
|
||||
* Copyright 2018, Dario Casalinuovo
|
||||
* All rights reserved. Distributed under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
@@ -268,7 +268,7 @@ AVFormatWriter::StreamCookie::Init(media_format* format,
|
||||
|
||||
TRACE(" stream->time_base: (%d/%d), codec->time_base: (%d/%d))\n",
|
||||
fStream->time_base.num, fStream->time_base.den,
|
||||
fStream->code->time_base.num, fStream->codec->time_base.den);
|
||||
fStream->codec->time_base.num, fStream->codec->time_base.den);
|
||||
|
||||
#if 0
|
||||
// Write the AVCodecContext pointer to the user data section of the
|
||||
|
||||
Reference in New Issue
Block a user