Skip to content

Commit

Permalink
revert 'MythTV: class is a reserved keyword in C++'
Browse files Browse the repository at this point in the history
This change has been unnecessary since 3d21dad.
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 18, 2022
1 parent eeee0b3 commit b9244d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavformat/isom.h
Expand Up @@ -244,7 +244,7 @@ typedef struct MOVStreamContext {
} MOVStreamContext;

typedef struct MOVContext {
const AVClass *avclass; ///< class for private options
const AVClass *class; ///< class for private options
AVFormatContext *fc;
int time_scale;
int64_t duration; ///< duration of the longest track
Expand Down

0 comments on commit b9244d2

Please sign in to comment.