| FFmpeg
    4.0
    | 
#include "avformat.h"#include "rawdec.h"#include "libavutil/intreadwrite.h"#include "libavcodec/internal.h"Go to the source code of this file.
| Macros | |
| #define | SEQ_START_CODE 0x000001b3 | 
| #define | GOP_START_CODE 0x000001b8 | 
| #define | PICTURE_START_CODE 0x00000100 | 
| #define | SLICE_START_CODE 0x00000101 | 
| #define | PACK_START_CODE 0x000001ba | 
| #define | VIDEO_ID 0x000001e0 | 
| #define | AUDIO_ID 0x000001c0 | 
| Functions | |
| static int | mpegvideo_probe (AVProbeData *p) | 
| #define SEQ_START_CODE 0x000001b3 | 
Definition at line 29 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| #define GOP_START_CODE 0x000001b8 | 
Definition at line 30 of file mpegvideodec.c.
| #define PICTURE_START_CODE 0x00000100 | 
Definition at line 31 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| #define SLICE_START_CODE 0x00000101 | 
Definition at line 32 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| #define PACK_START_CODE 0x000001ba | 
Definition at line 33 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| #define VIDEO_ID 0x000001e0 | 
Definition at line 34 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| #define AUDIO_ID 0x000001c0 | 
Definition at line 35 of file mpegvideodec.c.
Referenced by mpegvideo_probe().
| 
 | static | 
Definition at line 37 of file mpegvideodec.c.
 1.8.13
 1.8.13