From 1853cac03104a7d2bc51cde33336eedd28bb0d34 Mon Sep 17 00:00:00 2001 From: harshabose Date: Thu, 15 May 2025 22:18:00 +0530 Subject: [PATCH] general commit --- pkg/decoder_options.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/decoder_options.go b/pkg/decoder_options.go index 6a99d46..3366af2 100644 --- a/pkg/decoder_options.go +++ b/pkg/decoder_options.go @@ -2,7 +2,8 @@ package transcode import ( "github.com/asticode/go-astiav" - buffer "github.com/harshabose/tools/buffer/pkg" + + "github.com/harshabose/tools/buffer/pkg" "github.com/harshabose/simple_webrtc_comm/transcode/internal" )