Mercurial > libavformat.hg
diff framehook.c @ 2903:ffb5d8bb96b3 libavformat
Rename two structures, identifiers starting with _[A-Z] are reserved.
| author | diego |
|---|---|
| date | Sun, 06 Jan 2008 16:02:55 +0000 |
| parents | c0289552590f |
| children | 97a01cb166f5 |
line wrap: on
line diff
--- a/framehook.c Sun Jan 06 14:18:13 2008 +0000 +++ b/framehook.c Sun Jan 06 16:02:55 2008 +0000 @@ -28,8 +28,8 @@ #endif -typedef struct _FrameHookEntry { - struct _FrameHookEntry *next; +typedef struct FrameHookEntry { + struct FrameHookEntry *next; FrameHookConfigureFn Configure; FrameHookProcessFn Process; FrameHookReleaseFn Release;
