On Thu, Apr 06, 2017 at 10:44:48AM +0200, Nicolas George wrote:
> Makes the reason of the "FIXME" comment more obvious.
> Avoid name conflicts for the next commit.
> 
> Signed-off-by: Nicolas George <geo...@nsup.org>
> ---
>  ffmpeg.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> 
> Unchanged.
> 
> 
> diff --git a/ffmpeg.c b/ffmpeg.c
> index ea03179c21..4db8ea82ac 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -2617,7 +2617,7 @@ static int process_input_packet(InputStream *ist, const 
> AVPacket *pkt, int no_eo
>  
>      // while we have more to decode or while the decoder did output 
> something on EOF
>      while (ist->decoding_needed) {
> -        int duration = 0;
> +        int duration_dts = 0;

what is duration_dts ?


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to