space
This commit is contained in:
parent
adb831ce70
commit
ce701d38d0
1 changed files with 5 additions and 5 deletions
|
@ -63,8 +63,8 @@ class File(models.Model):
|
|||
video_codec = models.CharField(max_length=255)
|
||||
pixel_format = models.CharField(max_length=255)
|
||||
display_aspect_ratio = models.CharField(max_length=255)
|
||||
width = models.IntegerField(default = 0)
|
||||
height = models.IntegerField(default = 0)
|
||||
width = models.IntegerField(default=0)
|
||||
height = models.IntegerField(default=0)
|
||||
framerate = models.CharField(max_length=255)
|
||||
|
||||
audio_codec = models.CharField(max_length=255)
|
||||
|
|
Loading…
Reference in a new issue