avformat: Don't anonymously typedef structs

This commit is contained in:
Diego Biurrun
2014-09-22 09:19:33 +02:00
parent 7769be590c
commit daf8cf358a
65 changed files with 117 additions and 117 deletions

View File

@@ -46,7 +46,7 @@ static const AVCodecTag lxf_tags[] = {
{ AV_CODEC_ID_NONE, 0 },
};
typedef struct {
typedef struct LXFDemuxContext {
int channels; ///< number of audio channels. zero means no audio
int frame_number; ///< current video frame
uint32_t video_format, packet_type, extended_size;