fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
parent
5f90eea8a8
commit
4baeb9ffe9
2 changed files with 0 additions and 6 deletions
|
|
@ -75,7 +75,6 @@ typedef struct AVTextFormatter {
|
|||
void (*print_section_header)(AVTextFormatContext *tctx, const void *data);
|
||||
void (*print_section_footer)(AVTextFormatContext *tctx);
|
||||
void (*print_integer) (AVTextFormatContext *tctx, const char *, int64_t);
|
||||
void (*print_rational) (AVTextFormatContext *tctx, AVRational *q, char *sep);
|
||||
void (*print_string) (AVTextFormatContext *tctx, const char *, const char *);
|
||||
int flags; ///< a combination or AV_TEXTFORMAT__FLAG_*
|
||||
} AVTextFormatter;
|
||||
|
|
|
|||
|
|
@ -21,14 +21,9 @@
|
|||
#ifndef FFTOOLS_TEXTFORMAT_AVTEXTWRITERS_H
|
||||
#define FFTOOLS_TEXTFORMAT_AVTEXTWRITERS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/dict.h"
|
||||
#include "libavformat/avio.h"
|
||||
#include "libavutil/bprint.h"
|
||||
#include "libavutil/rational.h"
|
||||
#include "libavutil/hash.h"
|
||||
|
||||
typedef struct AVTextWriterContext AVTextWriterContext;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue