commit | f46932e8fac55c259764e4651ba419d5d221bbcd | [log] [tgz] |
---|---|---|
author | Song Zhao <song.zhao@amlogic.com> | Fri May 21 01:51:45 2021 -0700 |
committer | Song Zhao <song.zhao@amlogic.com> | Mon May 24 21:59:01 2021 -0700 |
tree | 6fed4b20e191f3e87dddca8326c0203a03ca8f64 | |
parent | 085b5a43040c7b325e778f591786c5d0a6eb1ed4 [diff] [blame] |
avsync-lib: refine video disc handling Change-Id: I80b092058c93fcb5ac300a345ed0f96aee61c933
diff --git a/src/msync_util.h b/src/msync_util.h index d9a1179..cb691d1 100644 --- a/src/msync_util.h +++ b/src/msync_util.h
@@ -48,4 +48,5 @@ int msync_session_set_audio_switch(int fd, bool start); int msync_session_get_clock_dev(int fd, int32_t *ppm); int msync_session_set_clock_dev(int fd, int32_t ppm); +int msync_session_get_disc_thres(int session_id, uint32_t *min, uint32_t *max); #endif