summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r--libavcodec/h261.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h
index b5201b1df6..df9cbe8ac0 100644
--- a/libavcodec/h261.h
+++ b/libavcodec/h261.h
@@ -33,7 +33,7 @@
/**
* H261Context
*/
-typedef struct H261Context{
+typedef struct H261Context {
MpegEncContext s;
int current_mba;
@@ -44,11 +44,11 @@ typedef struct H261Context{
int current_mv_y;
int gob_number;
int gob_start_code_skipped; // 1 if gob start code is already read before gob header is read
-}H261Context;
+} H261Context;
#define MB_TYPE_H261_FIL 0x800000
-extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
+extern uint8_t ff_h261_rl_table_store[2][2 * MAX_RUN + MAX_LEVEL + 3];
void ff_h261_loop_filter(MpegEncContext *s);