[FFmpeg-devel] [PATCH]pes packetizer
realsun
sunxiaohui
Mon Jul 2 03:23:58 CEST 2007
Michael Niedermayer wrote:
> Hi
>
> On Fri, Jun 29, 2007 at 09:36:27AM +0800, realsun wrote:
> [...]
>
>> Index: pes.h
>> ===================================================================
>> --- pes.h (revision 0)
>> +++ pes.h (revision 0)
>> @@ -0,0 +1,159 @@
>>
> [...]
>
>> +static const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 };
>>
> [...]
>
[...]
>> -static int get_nb_frames(AVFormatContext *ctx, StreamInfo *stream, int len){
>> +int ff_get_nb_frames(AVFormatContext *ctx, PESStream *stream, int len){
>>
>
> renames should be in a seperate patch
>
i think these are non-static functions and should have a prefix
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list