[mythtv-commits] Ticket #2972: Enhance Software encoder to support other codecs and container formats.
MythTV
mythtv at cvs.mythtv.org
Sun May 27 04:45:10 UTC 2007
#2972: Enhance Software encoder to support other codecs and container formats.
----------------------+-----------------------------------------------------
Reporter: cpinkham | Owner: cpinkham
Type: task | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: low | Resolution:
----------------------+-----------------------------------------------------
Comment(by cpinkham):
(In [13509]) 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.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2972#comment:6>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list