]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
rtpenc: Expose the max packet size via an avoption
[ffmpeg] / libavformat / internal.h
index 322dff94af0c32548024be0e71641d54e0cac4e1..fb298539b673bfc1bc04313bbe61aeed3fcef0ec 100644 (file)
@@ -54,7 +54,7 @@ do {\
 } while(0)
 #endif
 
-struct tm *brktimegm(time_t secs, struct tm *tm);
+struct tm *ff_brktimegm(time_t secs, struct tm *tm);
 
 char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase);