diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-02 10:08:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-02 10:08:47 +0000 |
commit | 313bacddc0874981651abdf8771fef79f9ae2ccc (patch) | |
tree | 43c516e226683ce154e13449a4c8b87df045aad7 /libavcodec/h261.h | |
parent | 0f4e816582bd7e75ad384103fa5440ef6ed87530 (diff) | |
download | ffmpeg-313bacddc0874981651abdf8771fef79f9ae2ccc.tar.gz |
Add missing comment markers to #endif directive.
Originally committed as revision 9454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r-- | libavcodec/h261.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 5f996dee63..b5eb539e73 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -48,4 +48,4 @@ typedef struct H261Context{ #define MB_TYPE_H261_FIL 0x800000 -#endif AVCODEC_H261_H +#endif /* AVCODEC_H261_H */ |