mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-09-28 04:32:19 +08:00
11 lines
215 B
Go
11 lines
215 B
Go
// Copyright (c) 2023 QRTC. All rights reserved.
|
|
// Use of this source code is governed by a MIT
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package ffmpeg
|
|
|
|
/*
|
|
#include <libavutil/attributes.h>
|
|
*/
|
|
import "C"
|