[FFmpeg-devel] [PATCH] Use sample size in case incorrect timestamps for aac in AVI (Ticket #1755)
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Oct 10 10:43:42 CEST 2012
정희석 <heesuk.jung <at> lge.com> writes:
> libavformat/avidec.c | 16 ++++++++++------
>
> 1 files changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/libavformat/avidec.c b/libavformat/avidec.c
>
> index b4c5fe8..43d80ce 100644
>
> --- a/libavformat/avidec.c
>
> +++ b/libavformat/avidec.c
>
> @@ -115,9 +115,13 @@ static int guess_ni_flag(AVFormatContext *s);
>
> (tag >> 24) & 0xff, \
This looks as if your mailer broke the patch.
(It cannot be applied as-is.)
Either attach the patch file as plain/text or similar,
or, if your mailer does not allow attachments, point
to the attachment in the ticket:
http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1755/avidec.patch
(Don't forget to mention that the patch there was not
made from the FFmpeg root directory and only applies
in the libavformat folder.)
Carl Eugen
More information about the ffmpeg-devel
mailing list