[FFmpeg-devel] [PATCH 2/2] AST demuxer
Paul B Mahol
onemda at gmail.com
Sat Nov 17 20:37:38 CET 2012
On 11/17/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Thu, Nov 15, 2012 at 08:42:19PM +0000, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> doc/general.texi | 2 +
>> libavformat/Makefile | 1 +
>> libavformat/allformats.c | 1 +
>> libavformat/ast.c | 115
>> +++++++++++++++++++++++++++++++++++++++++++++++
>> 4 files changed, 119 insertions(+)
>> create mode 100644 libavformat/ast.c
>>
[...]
>> + avio_skip(s->pb, 40);
>> + avpriv_set_pts_info(st, 64, 1, st->codec->sample_rate);
>
> the sample rate could by checked for <= 0 before use
fixed and applied
>
> rest LGTM
>
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> I am the wisest man alive, for I know one thing, and that is that I know
> nothing. -- Socrates
>
More information about the ffmpeg-devel
mailing list