[FFmpeg-devel] [PATCH]pes packetizer

Måns Rullgård mans
Sat Jul 14 18:51:28 CEST 2007


realsun <sunxiaohui at dsp.ac.cn> writes:

> Michael Niedermayer wrote:
>> Hi
>>
>> On Thu, Jul 05, 2007 at 02:25:07PM +0800, realsun wrote:
>> [...]
>>   
>>> -#define MAX_PAYLOAD_SIZE 4096
>>> -//#define DEBUG_SEEK
>>> +const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 };
>>>     
>>
>> non static and no prefix
>
> changed to ff_lpcm_freq_tab

That is a bad name for a global table.  Something more descriptive,
like ff_dvd_lpcm_freq_tab, would be better.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list