[FFmpeg-devel] [PATCH 4/7] avformat/thp: dont mix integers with pointers
Paul B Mahol
onemda at gmail.com
Sat Aug 16 10:21:57 CEST 2014
On 8/16/14, Michael Niedermayer <michaelni at gmx.at> wrote:
> Signed-off-by: Michael Niedermayer <michaelni at 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
ok
More information about the ffmpeg-devel
mailing list