File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ static inline int caption_frame_painton(caption_frame_t* frame) { return (frame-
9999/*! \brief
100100 \param
101101*/
102- const static int _caption_frame_rollup [] = { 0 , 2 , 3 , 4 };
102+ static const int _caption_frame_rollup [] = { 0 , 2 , 3 , 4 };
103103static inline int caption_frame_rollup (caption_frame_t * frame ) { return _caption_frame_rollup [frame -> state .rup ]; }
104104/*! \brief
105105 \param
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ typedef struct {
8787 double timestamp ;
8888} cea708_t ;
8989
90- const static uint32_t GA94 = (('G' << 24 ) | ('A' << 16 ) | ('9' << 8 ) | '4' );
91- const static uint32_t DTG1 = (('D' << 24 ) | ('T' << 16 ) | ('G' << 8 ) | '1' );
90+ static const uint32_t GA94 = (('G' << 24 ) | ('A' << 16 ) | ('9' << 8 ) | '4' );
91+ static const uint32_t DTG1 = (('D' << 24 ) | ('T' << 16 ) | ('G' << 8 ) | '1' );
9292
9393/*! \brief
9494 \param
You can’t perform that action at this time.
0 commit comments