Fix for RTSP input without VUI parameters (framerate autodetection)
This commit is contained in:
parent
454aa7e871
commit
db3838e872
3 changed files with 88 additions and 25 deletions
|
@ -186,6 +186,7 @@ namespace h264 {
|
|||
}
|
||||
|
||||
//vuiParameters
|
||||
result.fps = 0;//default in case not given
|
||||
if (bs.get(1)) {
|
||||
//Skipping all the paramters we dont use
|
||||
if (bs.get(1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue