ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Tue Apr 23 11:02:00 
2024 -0300| [63702d5f9c92b69dcd07c84d4d870f4e4544bf9f] | committer: James Almer

avcodec/aac/aacdec: remove double colon

Signed-off-by: James Almer <jamr...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63702d5f9c92b69dcd07c84d4d870f4e4544bf9f
---

 libavcodec/aac/aacdec.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/aac/aacdec.h b/libavcodec/aac/aacdec.h
index 9d04f25108..4cf764e2e9 100644
--- a/libavcodec/aac/aacdec.h
+++ b/libavcodec/aac/aacdec.h
@@ -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
  */

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to