[mythtv] [PATCH] MP3 options for TV recording

Isaac Richards ijr at po.cwru.edu
Tue Dec 9 01:46:32 EST 2003


On Monday 08 December 2003 03:39 pm, Torbjörn Jansson wrote:
> The MPEGLAYER3WAVEFORMAT struct.
> At first I didn't use that struct and that created problems when converting
> a nuv file directly to avi, the avi mux filter didn't accept more than one
> sample and then aborted.
>
> I don't know exactly how this struct is used and how the decoder uses it
> but the bitrate can be viewd in the mp3 decoder filters propertypage and
> some of the other stuff from that struct.

It looks to me that you should be able to parse the needed data out of the mp3 
header in the packet (there's code in libavcodec to use as an example if you 
need to), but, I'd be surprised if it was necessary for actual decoding.

Isaac


More information about the mythtv-dev mailing list