projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a747629
)
lavf: don't return from void av_update_cur_dts()
author
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Nov 2011 18:13:28 +0000
(19:13 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Nov 2011 18:13:28 +0000
(19:13 +0100)
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
7813976
..
8d0ae05
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-1384,7
+1384,7
@@
void ff_read_frame_flush(AVFormatContext *s)
#if FF_API_SEEK_PUBLIC
void av_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp)
{
#if FF_API_SEEK_PUBLIC
void av_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp)
{
-
return
ff_update_cur_dts(s, ref_st, timestamp);
+ ff_update_cur_dts(s, ref_st, timestamp);
}
#endif
}
#endif