mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
add multiple inclusion guards to headers
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
* MPEG1/2 tables.
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_MPEG12DATA_H
|
||||
#define AVCODEC_MPEG12DATA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "mpegvideo.h"
|
||||
|
||||
@@ -475,3 +478,5 @@ static const uint8_t svcd_scan_offset_placeholder[14]={
|
||||
0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user