Skip to content
Snippets Groups Projects
Commit fd8c3277 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

ffprobe: Change string_validation to int, its accessed via AVOption as int


This fixes depending on implementation defined behavior

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 047fd986
No related branches found
No related tags found
No related merge requests found
...@@ -338,7 +338,7 @@ struct WriterContext { ...@@ -338,7 +338,7 @@ struct WriterContext {
unsigned int nb_section_frame; ///< number of the frame section in case we are in "packets_and_frames" section unsigned int nb_section_frame; ///< number of the frame section in case we are in "packets_and_frames" section
unsigned int nb_section_packet_frame; ///< nb_section_packet or nb_section_frame according if is_packets_and_frames unsigned int nb_section_packet_frame; ///< nb_section_packet or nb_section_frame according if is_packets_and_frames
StringValidation string_validation; int string_validation;
char *string_validation_replacement; char *string_validation_replacement;
unsigned int string_validation_utf8_flags; unsigned int string_validation_utf8_flags;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment