On 8/16/14, Michael Niedermayer <michae...@gmx.at> wrote:
> Signed-off-by: Michael Niedermayer <michae...@gmx.at>
> ---
>  libavformat/thp.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/thp.c b/libavformat/thp.c
> index bc4f0daf..714cec6 100644
> --- a/libavformat/thp.c
> +++ b/libavformat/thp.c
> @@ -98,7 +98,7 @@ static int thp_read_header(AVFormatContext *s)
>
>      for (i = 0; i < thp->compcount; i++) {
>          if (thp->components[i] == 0) {
> -            if (thp->vst != 0)
> +            if (thp->vst)
>                  break;
>
>              /* Video component.  */
> --
> 1.7.9.5
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

ok
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to