[mythtv] [Experimental Patch] HDTV Recorder patch updated

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Fri Sep 24 22:18:45 EDT 2004


]The line in your settings.pro actually says:
]
]DEFINES += L2_CACHE_SIZE_KB=512*4
]
]I assume that this is correct for a 512Kbyte L2 cache.

Actually, it should be DEFINES += L2_CACHE_SIZE_KB=512 for a 512kb
cache. 2MB was for valgrind's benefit.

]inline void HandleAdaptationFieldControl(const TSPacket* tspacket)
]from mpegstreamdata.h to mpegstreamdata.cpp to keep it from getting
]optimized away.

This is fixed now. The inline keyword was missing in the
method definition.

]  program number  has PID 0x 3e8   data  0x0 0x1 0x227 0x232
Please check if this is printing a number in place of "^A" with the
latest patch. I think Qt versions handle append(int) differently.

]I am able to playback shows recorded with this patch just fine.
]Anything special you want me to test?

With the patch I just posted v19, try recording a program with multiple
audio streams and playing them. (Use the '+' & '-' keys during playback.)
It should record all the audio streams in your program, and generate a
correct PMT. This fixes the 'low voice - loud background noise' problem
I was getting on some of my record programs.

-- Daniel


More information about the mythtv-dev mailing list