]> git.sesse.net Git - ffmpeg/commitdiff
avdevice/decklink_dec: Fix ;;
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 15 Feb 2018 12:48:52 +0000 (13:48 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 15 Feb 2018 12:48:52 +0000 (13:48 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavdevice/decklink_dec.cpp

index c3bb46e18f9bf3a1f9eb9c69d8b6469668792067..28a748a28f8ffc4873c31ebb9f15c8336c4f3a25 100644 (file)
@@ -1070,7 +1070,7 @@ av_cold int ff_decklink_read_header(AVFormatContext *avctx)
         break;
     case bmdFormat8BitARGB:
         st->codecpar->codec_id    = AV_CODEC_ID_RAWVIDEO;
-        st->codecpar->codec_tag   = avcodec_pix_fmt_to_codec_tag((enum AVPixelFormat)st->codecpar->format);;
+        st->codecpar->codec_tag   = avcodec_pix_fmt_to_codec_tag((enum AVPixelFormat)st->codecpar->format);
         st->codecpar->format      = AV_PIX_FMT_0RGB;
         st->codecpar->bit_rate    = av_rescale(ctx->bmd_width * ctx->bmd_height * 32, st->time_base.den, st->time_base.num);
         break;