Signed-off-by: Zane van Iperen <z...@zanevaniperen.com> --- libavformat/argo_brp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavformat/argo_brp.c b/libavformat/argo_brp.c index 75587b24c0..5c8d6b0851 100644 --- a/libavformat/argo_brp.c +++ b/libavformat/argo_brp.c @@ -196,9 +196,7 @@ static int argo_brp_read_header(AVFormatContext *s) ArgoBVIDHeader *bvid = &hdr->extradata.bvid; st->codecpar->codec_type = AVMEDIA_TYPE_VIDEO; - - /* No decoder for this yet. */ - st->codecpar->codec_id = AV_CODEC_ID_NONE; + st->codecpar->codec_id = AV_CODEC_ID_ARGO; bvid->num_frames = AV_RL32(buf + 0); bvid->width = AV_RL32(buf + 4); -- 2.25.4 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".