# HG changeset patch # User diego # Date 1275006328 0 # Node ID 439a9130acf5ea9920db2356b711d4d0cba0713e # Parent 77ebd8404c02887b1083b198804af07b083a4e7f Drop pointless _t suffix from 'struct lavf_priv'. diff -r 77ebd8404c02 -r 439a9130acf5 libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Thu May 27 23:36:03 2010 +0000 +++ b/libmpdemux/demux_lavf.c Fri May 28 00:25:28 2010 +0000 @@ -67,7 +67,7 @@ #define BIO_BUFFER_SIZE 32768 -typedef struct lavf_priv_t{ +typedef struct lavf_priv { AVInputFormat *avif; AVFormatContext *avfc; ByteIOContext *pb;