The branch, master has been updated
       via  fd4e86be9ec88ffbe4deb12339ca42575d69ca68 (commit)
      from  eccbbd528ef63f17575f11a644d549da80bf4b30 (commit)


- Log -----------------------------------------------------------------
commit fd4e86be9ec88ffbe4deb12339ca42575d69ca68
Author:     James Almer <[email protected]>
AuthorDate: Sun Nov 23 17:01:39 2025 -0300
Commit:     James Almer <[email protected]>
CommitDate: Sun Nov 23 17:01:39 2025 -0300

    avformat/mov: reindent after the previous change
    
    Signed-off-by: James Almer <[email protected]>

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 8aac4a7d7a..ef190106f9 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2717,12 +2717,12 @@ static void mov_parse_stsd_video(MOVContext *c, 
AVIOContext *pb,
         avio_skip(pb, 2);  /* reserved */
         avio_skip(pb, 12); /* pre_defined */
     } else {
-    avio_rb16(pb); /* version */
-    avio_rb16(pb); /* revision level */
-    id = avio_rl32(pb); /* vendor */
-    av_dict_set(&st->metadata, "vendor_id", av_fourcc2str(id), 0);
-    avio_rb32(pb); /* temporal quality */
-    avio_rb32(pb); /* spatial quality */
+        avio_rb16(pb); /* version */
+        avio_rb16(pb); /* revision level */
+        id = avio_rl32(pb); /* vendor */
+        av_dict_set(&st->metadata, "vendor_id", av_fourcc2str(id), 0);
+        avio_rb32(pb); /* temporal quality */
+        avio_rb32(pb); /* spatial quality */
     }
 
     st->codecpar->width  = avio_rb16(pb); /* width */
@@ -2776,9 +2776,9 @@ static void mov_parse_stsd_audio(MOVContext *c, 
AVIOContext *pb,
     if (c->isom)
         avio_skip(pb, 6); /* reserved */
     else {
-    avio_rb16(pb); /* revision level */
-    id = avio_rl32(pb); /* vendor */
-    av_dict_set(&st->metadata, "vendor_id", av_fourcc2str(id), 0);
+        avio_rb16(pb); /* revision level */
+        id = avio_rl32(pb); /* vendor */
+        av_dict_set(&st->metadata, "vendor_id", av_fourcc2str(id), 0);
     }
 
     channel_count = avio_rb16(pb);

-----------------------------------------------------------------------

Summary of changes:
 libavformat/mov.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to