[FFmpeg-devel] [PATCH 3/3] tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.

Måns Rullgård mans
Thu Feb 3 14:43:30 CET 2011


Anton Khirnov <anton at khirnov.net> writes:

> ---
>  libavformat/tty.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/tty.c b/libavformat/tty.c
> index 0adbaf1..1003157 100644
> --- a/libavformat/tty.c
> +++ b/libavformat/tty.c
> @@ -120,7 +120,7 @@ static int read_packet(AVFormatContext *avctx, AVPacket *pkt)
>      pkt->size = av_get_packet(avctx->pb, pkt, n);
>      if (pkt->size <= 0)
>          return AVERROR(EIO);
> -    pkt->flags |= PKT_FLAG_KEY;
> +    pkt->flags |= AV_PKT_FLAG_KEY;
>      return 0;
>  }
>
> -- 
> 1.7.2.3

OK, queued.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list