You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "wtv.h"
|
||||
#include "mpegts.h"
|
||||
|
||||
/* Macros for formating GUIDs */
|
||||
/* Macros for formatting GUIDs */
|
||||
#define PRI_PRETTY_GUID \
|
||||
"%08"PRIx32"-%04"PRIx16"-%04"PRIx16"-%02x%02x%02x%02x%02x%02x%02x%02x"
|
||||
#define ARG_PRETTY_GUID(g) \
|
||||
@@ -320,7 +320,7 @@ typedef struct WtvContext {
|
||||
AVIOContext *pb; /**< timeline file */
|
||||
int64_t epoch;
|
||||
int64_t pts; /**< pts for next data chunk */
|
||||
int64_t last_valid_pts; /**< latest valid pts, used for interative seeking */
|
||||
int64_t last_valid_pts; /**< latest valid pts, used for interactive seeking */
|
||||
|
||||
/* maintain private seek index, as the AVIndexEntry->pos is relative to the
|
||||
start of the 'timeline' file, not the file system (AVFormatContext->pb) */
|
||||
|
||||
Reference in New Issue
Block a user