h264_parser: export video format and dimensions
This commit is contained in:
parent
5b1d9ceec7
commit
31d2039cb4
5 changed files with 58 additions and 1 deletions
|
@ -89,6 +89,8 @@ found:
|
|||
s->dts_sync_point = INT_MIN;
|
||||
s->dts_ref_dts_delta = INT_MIN;
|
||||
s->pts_dts_delta = INT_MIN;
|
||||
s->format = -1;
|
||||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue