X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_libavcodec%2Ftrgt_av.cpp;h=93f0d08b84326092e93cedc3686bf2fa70bec3dc;hb=c00ae18e16ac5dc143fa7e02540299d30bb5cdf6;hp=d1ad058d0fc7799ce9d85190eb25d3d525daecb1;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp b/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp index d1ad058..93f0d08 100644 --- a/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp +++ b/synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file trgt.cpp +/*! \file trgt_av.cpp ** \brief \writeme ** -** $Id: trgt_av.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 @@ -61,7 +61,7 @@ SYNFIG_TARGET_INIT(Target_LibAVCodec); SYNFIG_TARGET_SET_NAME(Target_LibAVCodec,"libav"); SYNFIG_TARGET_SET_EXT(Target_LibAVCodec,"avi"); SYNFIG_TARGET_SET_VERSION(Target_LibAVCodec,"0.1"); -SYNFIG_TARGET_SET_CVS_ID(Target_LibAVCodec,"$Id: trgt_av.cpp,v 1.1.1.1 2005/01/04 01:23:11 darco Exp $"); +SYNFIG_TARGET_SET_CVS_ID(Target_LibAVCodec,"$Id$"); /* === C L A S S E S & S T R U C T S ======================================= */ @@ -378,7 +378,7 @@ public: /* If pict is invalid (NULL), then we are done compressing frames and we are trying to get - the buffer cleared out (or if it's already in the right format) so no transofrm necessary + the buffer cleared out (or if it's already in the right format) so no transform necessary */ if ( pict ) {