On Fri, Mar 25, 2011 at 19:46:28 (CET), Anton Khirnov wrote:

> From: Carl Eugen Hoyos <[email protected]>
>
> ---
>  libavformat/id3v1.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c
> index 23cacf7..1f1df9c 100644
> --- a/libavformat/id3v1.c
> +++ b/libavformat/id3v1.c
> @@ -225,9 +225,9 @@ static int parse_tag(AVFormatContext *s, const uint8_t 
> *buf)
>  
>  void ff_id3v1_read(AVFormatContext *s)
>  {
> -    int ret, filesize;
> +    int ret;
>      uint8_t buf[ID3v1_TAG_SIZE];
> -    int64_t position = avio_tell(s->pb);
> +    int64_t filesize, position = avio_tell(s->pb);
>  
>      if (!url_is_streamed(s->pb)) {
>          /* XXX: change that */

Correct

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to