[mythtv-commits] mythtv commit: r13509 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun May 27 04:45:08 UTC 2007


      Author: cpinkham
        Date: 2007-05-27 04:45:08 +0000 (Sun, 27 May 2007)
New Revision: 13509
   Changeset: http://cvs.mythtv.org/trac/changeset/13509

Modified:

   trunk/mythtv/libs/libmythtv/nuppeldecoder.cpp
   trunk/mythtv/libs/libmythtv/nuppeldecoder.h

Log:

Rename a few variables and methods in the NuppelDecoder related to libavcodec
to indicate that they are for video since there will be accompanying audio
versions a little later.  No functional changes in this commit.

mpa_ctx -> mpa_vidctx;
mpa_codec -> mpa_vidcodec;
InitAVCodec() -> InitAVCodecVideo();
CloseAVCodec() -> CloseAVCodecVideo();

References #2972.






More information about the mythtv-commits mailing list