mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
Drop pointless _t suffix from 'struct lavf_priv'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31247 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
72ba1c8fec
commit
c0262f7435
@ -67,7 +67,7 @@ const m_option_t lavfdopts_conf[] = {
|
||||
|
||||
#define BIO_BUFFER_SIZE 32768
|
||||
|
||||
typedef struct lavf_priv_t{
|
||||
typedef struct lavf_priv {
|
||||
AVInputFormat *avif;
|
||||
AVFormatContext *avfc;
|
||||
ByteIOContext *pb;
|
||||
|
Loading…
Reference in New Issue
Block a user