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:
diego 2010-05-28 00:25:28 +00:00
parent 72ba1c8fec
commit c0262f7435
1 changed files with 1 additions and 1 deletions

View File

@ -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;