mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/aac/aacdec: remove double colon
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
1b41631185
commit
63702d5f9c
@ -75,13 +75,13 @@ enum CouplingPoint {
|
||||
union { \
|
||||
int RENAME_FIXED(name) elems; \
|
||||
float name elems; \
|
||||
};
|
||||
}
|
||||
|
||||
#define INTFLOAT_ALIGNED_UNION(alignment, name, nb_elems) \
|
||||
union { \
|
||||
DECLARE_ALIGNED(alignment, int, RENAME_FIXED(name))[nb_elems]; \
|
||||
DECLARE_ALIGNED(alignment, float, name)[nb_elems]; \
|
||||
};
|
||||
}
|
||||
/**
|
||||
* Long Term Prediction
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user