X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_libavcodec%2Fmptr.cpp;h=667968bfedfe779af6bebbe9431a883538834a72;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=2c4fb07573796c305c60da0a744bf502a1509671;hpb=f0bb3efdc247acff17a7feb7c3d22911f47959f7;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_libavcodec/mptr.cpp b/synfig-core/trunk/src/modules/mod_libavcodec/mptr.cpp index 2c4fb07..667968b 100644 --- a/synfig-core/trunk/src/modules/mod_libavcodec/mptr.cpp +++ b/synfig-core/trunk/src/modules/mod_libavcodec/mptr.cpp @@ -2,7 +2,7 @@ /*! \file mptr.cpp ** \brief writeme ** -** $Id: mptr.cpp,v 1.1.1.1 2005/01/04 01:23:11 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -51,7 +51,7 @@ SYNFIG_IMPORTER_INIT(Importer_LibAVCodec); SYNFIG_IMPORTER_SET_NAME(Importer_LibAVCodec,"libav"); SYNFIG_IMPORTER_SET_EXT(Importer_LibAVCodec,"avi"); SYNFIG_IMPORTER_SET_VERSION(Importer_LibAVCodec,"0.1"); -SYNFIG_IMPORTER_SET_CVS_ID(Importer_LibAVCodec,"$Id: mptr.cpp,v 1.1.1.1 2005/01/04 01:23:11 darco Exp $"); +SYNFIG_IMPORTER_SET_CVS_ID(Importer_LibAVCodec,"$Id$"); /* === M E T H O D S ======================================================= */ @@ -66,7 +66,7 @@ Importer_LibAVCodec::~Importer_LibAVCodec() } bool -Importer_LibAVCodec::get_frame(synfig::Surface &surface,Time, synfig::ProgressCallback *cb) +Importer_LibAVCodec::get_frame(synfig::Surface &/*surface*/,Time, synfig::ProgressCallback */*cb*/) { return false; }