You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/avcodec: Remove unnecessary forward declaration
This would only be necessary if this header declared a function that takes a (pointer to) struct AVCodecContext as parameter. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -421,8 +421,6 @@ typedef struct RcOverride{
|
|||||||
*/
|
*/
|
||||||
#define AV_GET_ENCODE_BUFFER_FLAG_REF (1 << 0)
|
#define AV_GET_ENCODE_BUFFER_FLAG_REF (1 << 0)
|
||||||
|
|
||||||
struct AVCodecInternal;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* main external API structure.
|
* main external API structure.
|
||||||
* New fields can be added to the end with minor version bumps.
|
* New fields can be added to the end with minor version bumps.
|
||||||
|
Reference in New Issue
Block a user