projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Give all anonymously typedeffed structs in headers a name
[ffmpeg.git]
/
libavcodec
/
intrax8.h
diff --git
a/libavcodec/intrax8.h
b/libavcodec/intrax8.h
index
be984f8
..
6967317
100644
(file)
--- a/
libavcodec/intrax8.h
+++ b/
libavcodec/intrax8.h
@@
-23,7
+23,7
@@
#include "mpegvideo.h"
#include "intrax8dsp.h"
-typedef struct{
+typedef struct
IntraX8Context
{
VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
VLC * j_orient_vlc;
VLC * j_dc_vlc[3];