mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Cosmetics: Initialize pointers with NULL instead of 0, for consistency
Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e3d7269fc8
commit
2ef9fd8e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
|||
uint64_t atom_offset = 0;
|
||||
uint64_t last_offset;
|
||||
unsigned char *moov_atom = NULL;
|
||||
unsigned char *ftyp_atom = 0;
|
||||
unsigned char *ftyp_atom = NULL;
|
||||
uint64_t moov_atom_size;
|
||||
uint64_t ftyp_atom_size = 0;
|
||||
uint64_t i, j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue