[FFmpeg-devel] [PATCH] Add missing terminating slash

Alexander Strange astrange
Fri Feb 11 04:27:01 CET 2011


On Thu, Feb 10, 2011 at 9:36 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> ---
> ?libavcodec/avcodec.h | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 3a10784..91a93ad 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -1044,7 +1044,7 @@ typedef struct AVPanScan{
> ? ? ?* - encoding: Set by libavcodec.\
> ? ? ?* - decoding: Set by libavcodec.\
> ? ? ?*/\
> - ? ?void *thread_opaque;
> + ? ?void *thread_opaque;\
>
> ?#define FF_QSCALE_TYPE_MPEG1 0
> ?#define FF_QSCALE_TYPE_MPEG2 1

OK. (It's a backslash though)

> --
> 1.7.2.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>



More information about the ffmpeg-devel mailing list