From 49870a482308993d3310a952dcb27f3e04a9bf94 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 12 Jun 2025 17:56:57 +0200 Subject: [PATCH] nihav_registry: remove duplicate definition --- nihav-registry/src/register.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 618e154..5d94ff9 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -322,8 +322,6 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video-llp; "qpeg-dvc", "QPEG video in DVC"), - desc!(video-llp; "qpeg-dvc", "QPEG video in DVC"), - desc!(video; "teal-video", "TealMovie video"), desc!(audio; "teal-audio", "TealMovie audio"), ]; -- 2.39.5