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
/
cavs.h
diff --git
a/libavcodec/cavs.h
b/libavcodec/cavs.h
index
8f5da54
..
2e43124
100644
(file)
--- a/
libavcodec/cavs.h
+++ b/
libavcodec/cavs.h
@@
-152,7
+152,7
@@
struct dec_2dvlc {
int8_t max_run;
};
-typedef struct {
+typedef struct
AVSContext
{
MpegEncContext s;
CAVSDSPContext cdsp;
Picture picture; ///< currently decoded frame