[FFmpeg-devel] [PATCH 1/4] ffmpeg: rename a variable.

Michael Niedermayer michael at niedermayer.cc
Thu Apr 6 19:12:55 EEST 2017


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 <george at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170406/878033a7/attachment.sig>


More information about the ffmpeg-devel mailing list