[FFmpeg-devel] [PATCH 1/4] mov: remove stray semicolon

Reinhard Tartler siretart
Thu Feb 10 13:56:20 CET 2011


On Do, Feb 10, 2011 at 13:21:59 (CET), Mans Rullgard wrote:

> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
>  libavformat/mov.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index 310a399..d4d7ac2 100644
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
> @@ -1723,7 +1723,7 @@ static int mov_open_dref(ByteIOContext **pb, char *src, MOVDref *ref)
>      }
>  
>      return AVERROR(ENOENT);
> -};
> +}
>  
>  static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
>  {

OK
-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4




More information about the ffmpeg-devel mailing list