summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-16 01:22:45 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-17 00:27:48 +0100
commitf7ab23b0d0a8b72a62bd9386a1e48ccc2cf47576 (patch)
tree697b971ca5038b54174c57b77f30ca648497cd35 /ffprobe.c
parentdb36ea5b5e6237503991dc89cb2d5b7efd6c2067 (diff)
downloadffmpeg-f7ab23b0d0a8b72a62bd9386a1e48ccc2cf47576.tar.gz
ffprobe: remove deprecated frame "reference" field
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 72e3bb093f..ef9bef44c7 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1500,7 +1500,6 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
print_int("interlaced_frame", frame->interlaced_frame);
print_int("top_field_first", frame->top_field_first);
print_int("repeat_pict", frame->repeat_pict);
- print_int("reference", frame->reference);
break;
case AVMEDIA_TYPE_AUDIO: